Files
photohub/src/config.py
2025-07-08 14:16:14 +02:00

6 lines
128 B
Python

CREATE_GENERAL_CATEGORY: bool = True
THUMB_DIMENSION: tuple[int, int] = (200, 200)
MAX_THREADS: int = 50
PAGE_EXT: str = ".ph"