pytex/formatter/__init__.py

6 lines
74 B
Python
Raw Permalink Normal View History

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