meal_homework/mealapi/model/__init__.py

4 lines
77 B
Python
Raw Normal View History

2022-02-13 20:38:02 +01:00
from .db import db
from .meal import Meal
from .ingredient import Ingredient