This message was deleted.
# python
s
This message was deleted.
h
You might want to have everything setup as a module and you should be able to do an import
Then you would need to do something like:
Copy code
import sys
sys.path.append('../../parent_dir')
from parent_dir.file_1.py import function