I have this file structure
. └── sample ├── one │ ├── __init__.py │ └── util.py └── two ├── __init__.py └── test.py