photohub/src/config.py

4 lines
81 B
Python

CREATE_GENERAL_ALBUM: bool = True
THUMB_DIMENSION: tuple[int, int] = (200, 200)