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