PythonRMV/raw/__init__.py

16 lines
391 B
Python
Raw Normal View History

2022-09-22 16:13:02 +03:00
"""
## 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