meal_homework/mealapi/schemas/__init__.py

4 lines
105 B
Python
Raw Permalink Normal View History

2022-02-13 20:38:02 +01:00
from .marshm import ma
from .mealschema import MealSchema
from .ingredientschema import IngredientSchema