mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
[TGI] Add TGi tut
This commit is contained in:
parent
1f5475abc5
commit
4433696509
2 changed files with 82 additions and 0 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue