feat: refactor project

This commit is contained in:
Stijnvandenbroek
2026-03-06 14:51:26 +00:00
parent c908d96921
commit 535a09fd75
28 changed files with 1136 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
"""Shared query helpers for listing data."""
from app.config import load_sql, settings
from app.config import load_sql
from app.schemas import ListingResponse
LISTING_SELECT = load_sql("listing_select.sql")