modular parser framework
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""Parser/provider implementations for OpenMensa feed sources."""
|
||||
|
||||
from openmensa_parsers.parsers.registry import create_parser, get_parser_class
|
||||
|
||||
__all__ = ["create_parser", "get_parser_class"]
|
||||
Reference in New Issue
Block a user