This commit is contained in:
yumoqing 2025-05-14 03:43:31 +00:00
parent 6e7398448b
commit d8790d80fc
2 changed files with 5 additions and 0 deletions

3
file2text/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from .version import __version__
from .loader import fileloader

2
file2text/version.py Normal file
View File

@ -0,0 +1,2 @@
__version__ = '0.0.1'