pferd/PFERD/__init__.py

8 lines
111 B
Python
Raw Normal View History

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