Added Proxy Providers System
Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
parent
3605c5a2c4
commit
b86abb1ddb
1 changed files with 3 additions and 0 deletions
3
proxy_provider.py
Normal file
3
proxy_provider.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
class ProxyProvider:
|
||||
def fetch_proxies(self):
|
||||
raise NotImplementedError
|
Loading…
Add table
Reference in a new issue