1
0
forked from kodorvan/stcs

add files project

This commit is contained in:
Kirill Strelnikov
2025-07-10 18:16:29 +07:00
parent 68f273699a
commit 14088503ea
17 changed files with 1141 additions and 0 deletions

6
config.py Normal file
View File

@@ -0,0 +1,6 @@
from dotenv import load_dotenv
import os
load_dotenv('.env')
TOKEN_TG_BOT = os.getenv('TOKEN_TELEGRAM_BOT')