def __init__()

in src/guclimate/core/recipe.py [0:0]


    def __init__(self, key: str, params: dict):
        self.key = key
        self.params = params
        self.outputPath = params["output"]