PythonRMV/pyrmv/methods/trip_recon.py

5 lines
100 B
Python
Raw Normal View History

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