Wondering if this has been addressed in the upcoming version.
I am importing a class I made in another script (in the same directory).
- When running the current script for the first time, the entire script from the imported file runs.
- Also, sometimes methods and member variables cannot be found.
- Another thing is that changing the original file is not reflected in the current script (member variables still output the old values).
- Finally (so far) the str method does not work sometimes.
Has this been noted before?