Ok so the directories are on my D drive.
MainApp/main.py
(The function which I want to import is in this file)
MainApp/subfolder/thirdfolder/fourthfolder/thisissohard.py
(The file where I want to export the function to)
So I want to know how I can do this. I saw a tutorial on youtube but it only showed till the subdirectory but I want to go even deeper.
Any ideas?