Files
md2word/docx_thesis/__init__.py
2026-05-07 21:37:06 +08:00

5 lines
119 B
Python

from .config import ThesisFormat
from .converter import ThesisConverter
__all__ = ["ThesisFormat", "ThesisConverter"]