Building Packages
Sometimes we do not want to have to keep everything in the same directory.
We can make (designate a module of code to be) a package with the “package” statement
We can import packages into other modules with the “import” statement
Lab 5 will deal with packages