PythonRMV/pyrmv/methods/him_search.py

5 lines
100 B
Python
Raw Normal View History

2022-10-05 15:19:50 +03:00
from pyrmv.errors.not_ready import NotReadyYetError
def him_search():
raise NotReadyYetError()