jianuo's picture
first
09321b6
raw
history blame
No virus
109 Bytes
class WebSearcher:
timeout = 1000
def __call__(self, **kwargs):
raise NotImplementedError()