cgtobi/PyRMVtransport

View on GitHub
RMVtransport/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""Python library to make use of transport information from opendata.rmv.de."""
# pylint: disable=C0103
from .rmvtransport import RMVtransport  # noqa

MAJOR_VERSION = 0
MINOR_VERSION = 3
PATCH_VERSION = 3
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"