Files
Igor20264 516abe7b83
Python application / build (push) Has been cancelled
BigUpdate
2026-09-03 10:44:08 +03:00

8 lines
214 B
Python

"""md2latex — Markdown (md2gost dialect) → LaTeX project → PDF (XeLaTeX)."""
from __future__ import annotations
__all__ = ["convert_md_to_latex_project"]
from .converter import convert_md_to_latex_project