PythonRMV/pyrmv/methods/journey_detail.py
2022-10-05 13:08:27 +02:00

5 lines
104 B
Python

from pyrmv.errors.not_ready import NotReadyYetError
def journey_detail():
raise NotReadyYetError()