On ubuntu, I am working with the following structure:
. ├── src │ ├── __init__.py │ └── main.py └── test ├── __init__.py └── test.py