initial: novel-app snapshot
This commit is contained in:
5
repositories/__init__.py
Normal file
5
repositories/__init__.py
Normal 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.
|
||||
"""
|
||||
Reference in New Issue
Block a user