> The __init__.py files are required to make Python treat directories containing the file as packages (unless using a namespace package, a relatively advanced feature).
https://docs.python.org/3/tutorial/modules.html
> The __init__.py files are required to make Python treat directories containing the file as packages (unless using a namespace package, a relatively advanced feature).
https://docs.python.org/3/tutorial/modules.html