first commit

This commit is contained in:
2025-07-24 20:13:47 +03:00
commit 94b7585f8b
175 changed files with 85264 additions and 0 deletions

6
app/config.py Normal file
View File

@ -0,0 +1,6 @@
import os
from dotenv import dotenv_values
env = dotenv_values(".env")
config = env if env else os.environ