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

5 lines
105 B
Python

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