mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
10 lines
279 B
Python
10 lines
279 B
Python
from .ilias_web_crawler import IliasWebCrawler
|
|
from .kit_ilias_web_crawler import KitIliasWebCrawler, KitIliasWebCrawlerSection, IliasWebCrawlerSection
|
|
|
|
__all__ = [
|
|
"IliasWebCrawler",
|
|
"IliasWebCrawlerSection",
|
|
"KitIliasWebCrawler",
|
|
"KitIliasWebCrawlerSection",
|
|
]
|