Files
scenar-creator/app/config.py
Daneel e2bdadd0ce
Some checks failed
Build & Push Docker / build (push) Has been cancelled
feat: refactor to FastAPI architecture v2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 16:28:21 +01:00

6 lines
100 B
Python

"""Application configuration."""
VERSION = "2.0.0"
MAX_FILE_SIZE_MB = 10
DEFAULT_COLOR = "#ffffff"