Add initial project structure with configuration, utilities, and API endpoints

This commit is contained in:
2025-02-07 19:24:57 +06:00
parent 480f6f06c2
commit 87e7b99daa
21 changed files with 513 additions and 159 deletions
+4
View File
@@ -0,0 +1,4 @@
# config/__init__.py
from .settings import Settings
settings = Settings()