Files
Igor20264 510f7e7adf
Python application / build (push) Waiting to run
v0.5.2
Что то сделал
2026-09-08 19:37:54 +03:00

8 lines
219 B
Python

"""Word DOCX → Markdown (диалект md2gost)."""
__version__ = "0.1.0"
from .pipeline import ImportRequest, ImportResult, convert_docx
__all__ = ["ImportRequest", "ImportResult", "convert_docx", "__version__"]