Authenticate with ILIAS and get pages by refid

This commit is contained in:
Joscha
2018-11-20 05:55:41 +00:00
parent 0803f196c8
commit 95646b0b29
5 changed files with 292 additions and 0 deletions

7
PFERD/__init__.py Normal file
View File

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