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