kevinwang676's picture
Upload folder using huggingface_hub
6a422c8
raw
history blame contribute delete
156 Bytes
from .base_searcher import WebSearcher
class KuakeWebSearcher(WebSearcher):
def __call__(self, query, **kwargs):
raise NotImplementedError()