This commit is contained in:
2025-01-13 14:04:52 +03:00
commit 83d031600e
13 changed files with 288 additions and 0 deletions

0
config/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

4
config/main_example.py Normal file
View File

@ -0,0 +1,4 @@
pool = [
("demo-23", "3000"),
("demo-22", "3001")
]