Python Packages
=======================
Package is a collection of Modules.
The collection of such packages and sub-packages is known
as a library.
Creating user-defined packages
==============================
1. Create a folder with the name of the package
2. Create an empty __init__.py file in the folder
3. Create module file(s) and save in the same folder