فهرست منبع

Added recipe_key to storage.py

Vsevolod Levitan 1 سال پیش
والد
کامیت
b0dfe59fd3
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      src/storage/storage.py

+ 10 - 0
src/storage/storage.py

@@ -50,4 +50,14 @@ class storage:
             _type_: _description_
         """
         return "unit"
+    
+
+    @staticmethod
+    def recipe_key():
+        """
+            Список рецептов
+        Returns:
+            _type_: _description_
+        """
+        return "recipe"