Simple example for wrapping C/C++ for python. This project is based on official python documentation: https://docs.python.org/3.6/extending/extending.html
The wrapper needs to be build with linked library before being importable into some python code
python setup.py build_ext --inplace
Simply executes:
python test.py