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')