Jelajahi Sumber

Added recipe_key to storage.py

Vsevolod Levitan 1 tahun lalu
induk
melakukan
b0dfe59fd3
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 10 0
      src/storage/storage.py

+ 10 - 0
src/storage/storage.py

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