pferd/PFERD/__init__.py

10 lines
169 B
Python
Raw Normal View History

2018-11-23 11:09:03 +01:00
from .IliasAuthenticators import *
2018-11-23 09:56:59 +01:00
from .organizer import *
__all__ = (
2018-11-23 11:09:03 +01:00
IliasAuthenticators.__all__ +
2018-11-23 09:56:59 +01:00
organizer.__all__
)
LOG_FORMAT = "[%(levelname)s] %(message)s"