I have the following dir structure
. └── src └── pkg_a ├── __init__.py ├── module1.py └── pkg_b ├── __init__.py