mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add file organizer
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
from .authenticator import *
|
||||
from .organizer import *
|
||||
|
||||
__all__ = (
|
||||
authenticator.__all__
|
||||
authenticator.__all__ +
|
||||
organizer.__all__
|
||||
)
|
||||
|
||||
LOG_FORMAT = "[%(levelname)s] %(message)s"
|
||||
|
Reference in New Issue
Block a user