Working pagination and download of book files

This commit is contained in:
2025-08-04 02:12:41 -04:00
parent 4e0997df06
commit 794abb7d28
11 changed files with 2065 additions and 224 deletions

4
.envrc vendored Normal file
View File

@@ -0,0 +1,4 @@
source .venv/bin/activate
uv sync
export PYTHONBREAKPOINT="pudb.set_trace"
export PYTHONSTARTUP="ipython_startup.py"