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