Initial commit

This commit is contained in:
2025-03-03 01:16:50 +03:00
parent be888d68b2
commit 2bef3a7fe4
11 changed files with 175 additions and 0 deletions

3
proxy/config.py Executable file
View File

@@ -0,0 +1,3 @@
class Config:
"""Configuration class for Flask"""
PROXY_URL = None # Set proxy URL if needed