What is the use of file _init_.py in a package even when it is empty?

Without __init__.py Python will not be able to find sub-modules inside package directory and so attempt to import module fails.

error: Content is protected !!