pytex/PyTeX/format/dtx_formatter.py

5 lines
85 B
Python

from .tex_formatter import TexFormatter
class DTXFormatter(TexFormatter):
pass