pytex/formatter/__init__.py

6 lines
74 B
Python

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