Files
scenar-creator/app/config.py
Daneel 751ffe6f82
Some checks failed
Build & Push Docker / build (push) Has been cancelled
feat: v4.3.0 - cross-day drag (blocks can move between day rows)
2026-02-20 18:36:51 +01:00

6 lines
100 B
Python

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