Demo of the test_gha_python_package package
In the following we will demonstrate the test_gha_python_package package. It is currently capable of doing impressive things:
[1]:
import test_gha_python_package
[2]:
test_gha_python_package.add_one(1)
[2]:
2
There you go: 1+1=2!