python_pkg_sekeleton/increment/core.py

2 lines
42 B
Python

def add_one(number):
return number + 1