mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
7 lines
131 B
Python
7 lines
131 B
Python
"""
|
|
Synchronizing files from ILIAS instances (https://www.ilias.de/).
|
|
"""
|
|
|
|
from .authenticators import *
|
|
from .downloader import *
|