Closed dynaryu closed 3 months ago
I could not test the function for some technical hiccup with vs code. I will look into it soon.
Can you test the code by parts? Is there any reason to use globals()?
The global() is used to check if the variable has already been defined because it needs to be set only once in the first for loop. Could there be a better way to do this?
created a branch class, and moved relevant functions