Add file organizer

This commit is contained in:
Joscha
2018-11-23 08:56:59 +00:00
parent 4e6912591c
commit 282d0252eb
4 changed files with 129 additions and 6 deletions

View File

@ -1,7 +1,9 @@
from .authenticator import *
from .organizer import *
__all__ = (
authenticator.__all__
authenticator.__all__ +
organizer.__all__
)
LOG_FORMAT = "[%(levelname)s] %(message)s"