Usage
The following two lines should be added to the top of your source code.
#include <pybind11/pybind11.h>
namespace py = pybind11;
The following two lines should be added to the top of your source code.
#include <pybind11/pybind11.h>
namespace py = pybind11;