`dscim.menu.main_recipe.MainRecipe.__init__` has quite a few mutable default args. This is [a common gotcha](https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments), we might want to refactor this to avoid bugs. https://github.com/ClimateImpactLab/dscim/blob/8a870c3e2e16fbc3077f33972c5ef59a9278bb7e/src/dscim/menu/main_recipe.py#L74
dscim.menu.main_recipe.MainRecipe.__init__has quite a few mutable default args.This is a common gotcha, we might want to refactor this to avoid bugs.
dscim/src/dscim/menu/main_recipe.py
Line 74 in 8a870c3