mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
10 lines
169 B
Python
10 lines
169 B
Python
from .IliasAuthenticators import *
|
|
from .organizer import *
|
|
|
|
__all__ = (
|
|
IliasAuthenticators.__all__ +
|
|
organizer.__all__
|
|
)
|
|
|
|
LOG_FORMAT = "[%(levelname)s] %(message)s"
|