I have the following folder structure:
project/ ├── main.py ├── package/ ├── __init__.py └── module.py └── test.py
In module.py,