Feat: add tree2tex in all import

This commit is contained in:
Bertrand Benjamin 2019-07-15 18:36:59 +02:00
parent 9d9224fcba
commit b3ec098b0b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Tree renders
"""
__all__ = ["tree2txt"]
__all__ = ["tree2txt", "tree2tex"]
from .tree2txt import tree2txt
from .tree2tex import tree2tex