6 lines
100 B
Python
6 lines
100 B
Python
"""Application configuration."""
|
|
|
|
VERSION = "4.0.0"
|
|
MAX_FILE_SIZE_MB = 10
|
|
DEFAULT_COLOR = "#ffffff"
|