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