Первый коммит

This commit is contained in:
2026-02-25 14:47:19 +03:00
commit 1e376aff24
170 changed files with 4893 additions and 0 deletions

5
app/core/constants.py Normal file
View File

@@ -0,0 +1,5 @@
from datetime import timedelta
IDEMPOTENCY_TTL = timedelta(minutes=10)
MAX_RETRIES = 5
SUPPORTED_SCHEMA_VERSION = "1.0"