6 lines
195 B
Python
6 lines
195 B
Python
"""Parser/provider implementations for OpenMensa feed sources."""
|
|
|
|
from openmensa_parsers.parsers.registry import create_parser, get_parser_class
|
|
|
|
__all__ = ["create_parser", "get_parser_class"]
|