Implement initial project structure with logging and token fetching functionality

This commit is contained in:
Nawaz Haider
2026-01-01 18:41:11 +06:00
parent 3e20a07f39
commit bac5bca57d
7 changed files with 170 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
LOG_FOLDER = "logs/"
GAMMA_API_URL = "https://gamma-api.polymarket.com"
REQUEST_TIMEOUT = 5