mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Sync files from ILIAS
This commit is contained in:
parent
529c4a7dda
commit
34da5d4d19
5 changed files with 124 additions and 12 deletions
|
|
@ -1,12 +1,10 @@
|
|||
from .ffm import *
|
||||
from .ilias_authenticators import *
|
||||
from .organizer import *
|
||||
from .ilias import *
|
||||
from .utils import *
|
||||
|
||||
__all__ = (
|
||||
ffm.__all__ +
|
||||
ilias_authenticators.__all__ +
|
||||
organizer.__all__ +
|
||||
ilias.__all__ +
|
||||
utils.__all__ +
|
||||
[]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue