Added Proxy Providers System

Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
h@x 2025-02-09 03:03:26 +00:00
parent 3605c5a2c4
commit b86abb1ddb

3
proxy_provider.py Normal file
View file

@ -0,0 +1,3 @@
class ProxyProvider:
def fetch_proxies(self):
raise NotImplementedError