5 lines
85 B
Python
5 lines
85 B
Python
from .tex_formatter import TexFormatter
|
|
|
|
|
|
class DTXFormatter(TexFormatter):
|
|
pass
|