mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-12 14:12:30 +02:00
10 lines
287 B
Python
10 lines
287 B
Python
from .kit_ilias_web_crawler import (IliasWebCrawler, IliasWebCrawlerSection, KitIliasWebCrawler,
|
|
KitIliasWebCrawlerSection)
|
|
|
|
__all__ = [
|
|
"IliasWebCrawler",
|
|
"IliasWebCrawlerSection",
|
|
"KitIliasWebCrawler",
|
|
"KitIliasWebCrawlerSection",
|
|
]
|