mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
8 lines
111 B
Python
8 lines
111 B
Python
from .authenticator import *
|
|
|
|
__all__ = (
|
|
authenticator.__all__
|
|
)
|
|
|
|
LOG_FORMAT = "[%(levelname)s] %(message)s"
|