PythonRMV/raw/__init__.py
2022-09-22 15:57:58 +02:00

16 lines
391 B
Python

"""
## PythonRMV Raw
All available RMV API methods. Raw. In the same place.
"""
__version__ = "0.1"
__author__ = "Profitroll"
from .boardArrival import boardArrival
from .boardDeparture import boardDeparture
from .findRoute import findRoute
from .himSearch import himSearch
from .journeyDetail import journeyDetail
from .stopByCoords import stopByCoords
from .stopByName import stopByName