Files
TexTeller/texteller/api/detection/__init__.py
2025-04-19 14:32:28 +00:00

4 lines
61 B
Python

from .detect import latex_detect
__all__ = ["latex_detect"]