mirror of
https://github.com/marcogll/telegram_expenses_controller.git
synced 2026-01-13 13:25:15 +00:00
feat: Implement core application structure, AI extraction, persistence, and Telegram bot modules with updated configuration and dependencies.
This commit is contained in:
10
app/schema/receipt.py
Normal file
10
app/schema/receipt.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Pydantic schemas for structured receipts.
|
||||
"""
|
||||
from app.schema.base import FinalExpense
|
||||
|
||||
class Receipt(FinalExpense):
|
||||
"""
|
||||
A specialized expense model for receipts, could include line items in the future.
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user