Following the example in the README when I try to execute the example script
python3 bin/run_proj.py
I get the following error
Traceback (most recent call last): File "bin/run_proj.py", line 1, in <module> from ..src.Project import Profiles ValueError: attempted relative import beyond top-level package
This goes away if I run the same script in the root directory and change the import from ..src.Project to src.Project