I recently developed a package with the following structure:
. ├── Foo │ ├── module1.py │ ├── module2.py │ ├── __init__.py
where we hav