I have this folder structure:
. └── src ├── a │ ├── __init__.py │ ├── a.py │ └── b.py └── main.py
Contents of a/a.py: