mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add file organizer
This commit is contained in:
parent
4e6912591c
commit
282d0252eb
4 changed files with 129 additions and 6 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from .authenticator import *
|
||||
from .organizer import *
|
||||
|
||||
__all__ = (
|
||||
authenticator.__all__
|
||||
authenticator.__all__ +
|
||||
organizer.__all__
|
||||
)
|
||||
|
||||
LOG_FORMAT = "[%(levelname)s] %(message)s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue