I am having some trouble adding packages with my particular setup:
. ├── pkg_a │ ├── pkg_a │ │ ├── __init__.py │ │ └── module_a.py │ └── run_a.py