pytex/formatter/__init__.py

6 lines
74 B
Python
Raw Normal View History

from .tex_formatter import TexFormatter
__all__ = [
'TexFormatter'
]