wip: implement page

This commit is contained in:
2025-07-08 14:16:14 +02:00
parent 6d6af200ab
commit 941e06e3d7
6 changed files with 60 additions and 5 deletions

View File

@ -2,4 +2,5 @@
CREATE_GENERAL_CATEGORY: bool = True
THUMB_DIMENSION: tuple[int, int] = (200, 200)
MAX_THREADS: int = 50
MAX_THREADS: int = 50
PAGE_EXT: str = ".ph"