Simple example of code organization in packages, modules.
my_pkg: Python package.__init__.py: package-level documentation and version information.my_module.py: simple module in themy_pkgpackage.my_script.py: Python script that uses themy_modulemodule in themy_pkgpackage.