kindle manager

This commit is contained in:
douboer
2024-04-03 15:08:22 +08:00
parent 6b3c0f3b6b
commit 6df3ce42a3
459 changed files with 164651 additions and 4690 deletions

7
mobiparse/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"