I'm importing a module but when I run it, it says Process finished with exit code 0
My code: from Game import *
I've tried everything that's been suggested and I even looked at answers from stack overflow but nothing is working.
The module works fine when I run it but I have no idea on why it isn't working. If you have any suggestions please let me know. Thank you.