Pantry tracker app with: - FastAPI backend + Vue 3 SPA frontend - SQLite via circuitforge-core (migrations 001-005) - Inventory CRUD, barcode scan, receipt OCR pipeline - Expiry prediction (deterministic + LLM fallback) - CF-core tier system integration - Cloud session support (menagerie)
5 lines
No EOL
107 B
Python
5 lines
No EOL
107 B
Python
# app/models/domain/__init__.py
|
|
"""
|
|
Domain models for Kiwi.
|
|
These represent the core business entities.
|
|
""" |