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