Consider the following directory structure with the following contents:
my-project ├── main.py ├── lib │ ├── __init__.py │ ├── foo.py │ └── bar.py