v0.2 - 19 features: comparator, allergies, gamification, shopping list, achievements, stats, profile, share, bottom nav
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user