mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Authenticate with ILIAS and get pages by refid
This commit is contained in:
parent
0803f196c8
commit
95646b0b29
5 changed files with 292 additions and 0 deletions
7
PFERD/__init__.py
Normal file
7
PFERD/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from .authenticator import *
|
||||
|
||||
__all__ = (
|
||||
authenticator.__all__
|
||||
)
|
||||
|
||||
LOG_FORMAT = "[%(levelname)s] %(message)s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue