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