This commit is contained in:
zzy
2026-05-07 21:37:06 +08:00
commit 5cbc1d9b76
10 changed files with 1226 additions and 0 deletions

4
docx_thesis/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .config import ThesisFormat
from .converter import ThesisConverter
__all__ = ["ThesisFormat", "ThesisConverter"]