I have the following dir structure:
. └── package ├── foo │ ├── __init__.py │ └── foo.py ├── run.py └── tasks.py