pytex/PyTeX/format/dtx_formatter.py

6 lines
85 B
Python
Raw Normal View History

2022-02-06 19:40:14 +01:00
from .tex_formatter import TexFormatter
class DTXFormatter(TexFormatter):
pass