User API

This is an example function:

test_gha_python_package.add_one(x: int)

An example function that increases a number

Parameters:

x – The input parameter to increase

Returns:

The successor of the given number