mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
7 lines
111 B
Python
7 lines
111 B
Python
from .authenticator import *
|
|
|
|
__all__ = (
|
|
authenticator.__all__
|
|
)
|
|
|
|
LOG_FORMAT = "[%(levelname)s] %(message)s"
|