Files
TexTeller/texteller/api/detection/__init__.py

4 lines
61 B
Python
Raw Normal View History

2025-04-16 14:23:02 +00:00
from .detect import latex_detect
__all__ = ["latex_detect"]