meal_homework/mealAPI/schemas/__init__.py
Torma Kristóf d64c8859af
Some checks failed
continuous-integration/drone/push Build is failing
some stuff donnerino
2022-02-13 20:38:02 +01:00

4 lines
105 B
Python

from .marshm import ma
from .mealschema import MealSchema
from .ingredientschema import IngredientSchema