3 lines
No EOL
83 B
Python
3 lines
No EOL
83 B
Python
class ProxyProvider:
|
|
def fetch_proxies(self):
|
|
raise NotImplementedError |