It seems there are already quite some questions here about relative import in python 3, but after going through many of them I still didn\'t find the answer for my issue.
s
if you have an __init__.py in an upper folder, you can initialize the import as
import file/path as alias in that init file. Then you can use it on lower scripts as: