mirror of
https://github.com/HumanAIGC/lite-avatar.git
synced 2026-02-05 18:09:20 +08:00
add files
This commit is contained in:
8
funasr_local/__init__.py
Normal file
8
funasr_local/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Initialize funasr_local package."""
|
||||
|
||||
import os
|
||||
|
||||
dirname = os.path.dirname(__file__)
|
||||
version_file = os.path.join(dirname, "version.txt")
|
||||
with open(version_file, "r") as f:
|
||||
__version__ = f.read().strip()
|
||||
Reference in New Issue
Block a user