initial: novel-app snapshot

This commit is contained in:
omo
2026-08-17 17:11:30 +08:00
commit 1ae06209ac
34 changed files with 2821 additions and 0 deletions

5
repositories/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""Data-access layer for the novel app.
Each module exposes plain functions taking an explicit sqlite3 connection
(row_factory=sqlite3.Row) and returning plain dicts. No Flask imports.
"""