mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add OS_Exams synchronizer
This commit is contained in:
parent
bf8b3cf9f7
commit
cf3553175f
2 changed files with 87 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from .norbert import *
|
|||
from .tgi import *
|
||||
from .tgi_jimbo import *
|
||||
from .ti import *
|
||||
from .os_exams import *
|
||||
from .utils import *
|
||||
|
||||
__all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging"]
|
||||
|
|
@ -17,6 +18,7 @@ __all__ += tgi.__all__
|
|||
__all__ += tgi_jimbo.__all__
|
||||
__all__ += ti.__all__
|
||||
__all__ += utils.__all__
|
||||
__all__ += os_exams.__all__
|
||||
|
||||
STYLE = "{"
|
||||
FORMAT = "[{levelname:<7}] {message}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue