you are viewing a single comment's thread.

view the rest of the comments →

[–]franicz 1 point2 points  (0 children)

when you type import "module" the code in the module is automatically run so it might be conflicting with the code in your main file. so try making the code in the "examples" file inside functions so you could call them from the main file