[TGI] Add TGi tut

This commit is contained in:
I-Al-Istannen
2019-11-14 15:37:57 +01:00
parent 1f5475abc5
commit 4433696509
2 changed files with 82 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from .ffm import *
from .ilias import *
from .norbert import *
from .tgi import *
from .tgi_jimbo import *
from .ti import *
from .utils import *
@ -13,6 +14,7 @@ __all__ += ffm.__all__
__all__ += ilias.__all__
__all__ += norbert.__all__
__all__ += tgi.__all__
__all__ += tgi_jimbo.__all__
__all__ += ti.__all__
__all__ += utils.__all__