pferd/PFERD/__init__.py
2018-11-23 10:09:03 +00:00

10 lines
169 B
Python

from .IliasAuthenticators import *
from .organizer import *
__all__ = (
IliasAuthenticators.__all__ +
organizer.__all__
)
LOG_FORMAT = "[%(levelname)s] %(message)s"