python-course-package Quick start pip install python-course-package from example_pkg import ... Contributing # clone the repo git clone https://github.com/phitoduck/python-course-package.git # install the dev dependencies make install # run the tests make test