I have this directory structure:
├── package1 │ ├── __init__.py │ └── package2 │ ├── __init__.py │ └── module2.py └── script.py