mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
9f03702e69
The ilias crawler contained a crawler and an HTML parser, now they are split in two.
4 lines
132 B
Python
4 lines
132 B
Python
from .kit_web_ilias_crawler import KitIliasCrawler, KitIliasCrawlerSection
|
|
|
|
__all__ = ["KitIliasCrawler", "KitIliasCrawlerSection"]
|