I copied the example from the pybind11 documentation:
#include namespace py = pybind11; int add(int i, int j) { return i + j;