Okay yet another useful post. This post is really important and useful
for anyone just starting out with python. So what is the __init__.py
file ?
Files name __init__.py are used to mark directories on disk as Python package directories. If you have the files
mydir/spam/__init__.py ...