Implement CLI Command for ilias crawler

This commit is contained in:
I-Al-Istannen
2021-05-23 13:26:40 +02:00
parent e1d18708b3
commit d8f26a789e
2 changed files with 84 additions and 0 deletions

View File

@ -7,4 +7,5 @@
# well.
from . import command_local # noqa: F401 imported but unused
from . import command_kit_ilias_web # noqa: F401 imported but unused
from .parser import PARSER, load_default_section # noqa: F401 imported but unused