mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add basic Ti downloader
This commit is contained in:
parent
11b9ff66e4
commit
44b4204517
2 changed files with 112 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import logging
|
|||
from .ffm import *
|
||||
from .ilias import *
|
||||
from .norbert import *
|
||||
from .ti import *
|
||||
from .utils import *
|
||||
|
||||
__all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging"]
|
||||
|
|
@ -10,6 +11,7 @@ __all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging"]
|
|||
__all__ += ffm.__all__
|
||||
__all__ += ilias.__all__
|
||||
__all__ += norbert.__all__
|
||||
__all__ += ti.__all__
|
||||
__all__ += utils.__all__
|
||||
|
||||
STYLE = "{"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue