What is the purpose of the __init__.py file?
to declare the directory contents as a Python module
to extend the set of modules found in a package
to allow compiled modules from different releases and different versions of Python to coexist
to initialize project settings