@@ -41,7 +41,6 @@ class storage:
return "group"
-
@staticmethod
def measurement_unit_key():
"""
@@ -52,6 +51,16 @@ class storage:
return "unit"
+ @staticmethod
+ def ingredient_key():
+ """
+ Список ингредиентов
+ Returns:
+ _type_: _description_
+ return "ingredient"
+
def recipe_key():