added simple entry mode to shopping

This commit is contained in:
vabene1111
2021-02-03 19:38:09 +01:00
parent 3afd18ccdc
commit bcd2e44493
6 changed files with 80 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
class Integration:
@staticmethod
def get_recipe(string):
raise Exception('Method not implemented in storage integration')
@staticmethod
def get_export(recipe):
raise Exception('Method not implemented in storage integration')