5 lines
104 B
Python
5 lines
104 B
Python
from pyrmv.errors.not_ready import NotReadyYetError
|
|
|
|
|
|
def journey_detail():
|
|
raise NotReadyYetError() |