Usage

Add one

from cookiecutter_python_package_demo import add_one


# add one to 3
four = add_one(3)