v0.2 - 19 features: comparator, allergies, gamification, shopping list, achievements, stats, profile, share, bottom nav

This commit is contained in:
2026-02-10 18:52:42 -03:00
parent e8f4788a33
commit ecdd7546d3
33 changed files with 2105 additions and 309 deletions

View File

@@ -1,5 +1,5 @@
from app.models.user import User
from app.models.product import Product
from app.models.scan import Scan
__all__ = ["User", "Product", "Scan"]
from app.models.achievement import Achievement, UserAchievement
from app.models.shopping_list import ShoppingItem