mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
FunTextProcessing
This commit is contained in:
parent
c9355f6cac
commit
08d39eae7d
@ -1 +1,8 @@
|
||||
"""Initialize fun_text_processing 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()
|
||||
|
||||
1
fun_text_processing/version.txt
Normal file
1
fun_text_processing/version.txt
Normal file
@ -0,0 +1 @@
|
||||
0.1.0
|
||||
Loading…
Reference in New Issue
Block a user