add_one

my_package.example.add_one(number)

Example of a simple function.

number: int, float, str

out: int, float, str

The input value plus one. Raises TypeError if the input is not the expected type