kindle manager

This commit is contained in:
gavin
2021-08-25 17:58:31 +08:00
parent 5f0c0a9724
commit 6b3c0f3b6b
303 changed files with 87829 additions and 42537 deletions

7
mobimaster/mobi/__init__.py Executable file
View File

@@ -0,0 +1,7 @@
import os
os.environ["LOGURU_AUTOINIT"] = "False"
from mobi.extract import extract
from mobi.extract import extracttest
__version__ = "0.3.1"