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