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