pferd/PFERD/__init__.py

8 lines
111 B
Python

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