Sync files from ILIAS

This commit is contained in:
Joscha
2018-11-26 13:39:06 +00:00
parent 529c4a7dda
commit 34da5d4d19
5 changed files with 124 additions and 12 deletions

View File

@ -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__ +
[]
)