mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
12 lines
429 B
Python
12 lines
429 B
Python
from .kit_ilias_web_crawler import (IliasWebCrawler, IliasWebCrawlerSection, KitIliasWebCrawler,
|
|
KitIliasWebCrawlerSection)
|
|
from .fau_ilias_web_crawler import (FauIliasWebCrawler, FauIliasWebCrawlerSection)
|
|
|
|
__all__ = [
|
|
"IliasWebCrawler",
|
|
"IliasWebCrawlerSection",
|
|
"KitIliasWebCrawler",
|
|
"KitIliasWebCrawlerSection",
|
|
"FauIliasWebCrawler",
|
|
"FauIliasWebCrawlerSection",
|
|
]
|