I'm trying to import a function from another python script that is located in the same folder as my current script but it throws ModuleNotFound
error.
I checked the path in which Pycharm looks for the module (in this case the spambot.py) and it does look through the current folder for the module so i don't understand why the module isn't found.