This commit is contained in:
9
mealapi/schemas/ingredientschema.py
Normal file
9
mealapi/schemas/ingredientschema.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
from .marshm import ma
|
||||
from ..model import Ingredient
|
||||
|
||||
|
||||
class IngredientSchema(ma.ModelSchema):
|
||||
|
||||
class Meta:
|
||||
model = Ingredient
|
||||
Reference in New Issue
Block a user