Check the python package here
https://pypi.org/project/vspsum/

Install the package

pip install vspsum

Write the code

from vspsum import get_sum

result = get_sum(5, 3)
print(result)  # Output: 8.0