How do I import a module(python file) that resides in the parent directory?
Both directories have a __init__.py file in them but I still cannot import a
__init__.py
If you want to run the script directly, you can:
PYTHONPATH
sys.path
Then:
import module_you_wanted