mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
9 lines
287 B
Python
9 lines
287 B
Python
from .kit_ilias_web_crawler import (IliasWebCrawler, IliasWebCrawlerSection, KitIliasWebCrawler,
|
|
KitIliasWebCrawlerSection)
|
|
|
|
__all__ = [
|
|
"IliasWebCrawler",
|
|
"IliasWebCrawlerSection",
|
|
"KitIliasWebCrawler",
|
|
"KitIliasWebCrawlerSection",
|
|
]
|