mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
8 lines
246 B
Python
8 lines
246 B
Python
"""
|
|
Synchronizing files from ILIAS instances (https://www.ilias.de/).
|
|
"""
|
|
|
|
from .authenticators import IliasAuthenticator, KitShibbolethAuthenticator
|
|
from .crawler import IliasCrawler, IliasDirectoryFilter
|
|
from .downloader import IliasDownloader
|