As our project becomes larger and larger, we naturally break it out into several Python modules. Sometimes it can be a little bit complicated to find modules that are located in different subfolders, either above or below the code that needs to import it.
One practical way to get around this limitation is to use the __init__.py module.
Here is a screenshot of the empty __init__.py module which appears not with the name __init__ but with the ...