I'm working on pycharm. I have create a custom script with a bunch of auxiliary functions I want to import in my script.
I'm trying to:
import support_functions
But its not recognized. My script and support_functions are in different directories. There is any way to import a script?
