PythonRMV/pyrmv/methods/journey_detail.py

5 lines
104 B
Python
Raw Normal View History

2022-10-05 14:08:27 +03:00
from pyrmv.errors.not_ready import NotReadyYetError
def journey_detail():
raise NotReadyYetError()