Some checks failed
Build & Push Docker / build (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
100 B
Python
6 lines
100 B
Python
"""Application configuration."""
|
|
|
|
VERSION = "2.0.0"
|
|
MAX_FILE_SIZE_MB = 10
|
|
DEFAULT_COLOR = "#ffffff"
|