File size: 109 Bytes
09321b6
 
 
 
 
1
2
3
4
5
6
class WebSearcher:
    timeout = 1000

    def __call__(self, **kwargs):
        raise NotImplementedError()