diff --git a/reworked/parse.py b/reworked/parse.py index f940c28..6b78da6 100644 --- a/reworked/parse.py +++ b/reworked/parse.py @@ -28,4 +28,4 @@ def load_recipe(yml = parse_yml()): for id, value in element["products"].items(): out = value recipes[product] = reag__(category=category, comps=comps, out=out) - return recipes \ No newline at end of file + return recipes diff --git a/reworked/reag__.py b/reworked/reag__.py index 9e74950..19e8419 100644 --- a/reworked/reag__.py +++ b/reworked/reag__.py @@ -8,3 +8,4 @@ class reag__: self.out = out def get_all(self): return [self.category, self.comps, self.out] +