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

5 lines
100 B
Python

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