Closed fpolachowski closed 1 month ago
this is a big no-no in python you should not set more complicated objects as standard objects, because they are not copied by default, and so you have the same object everywhere and that creates super ugly errors
added default parameters, added missing import