pybind11/example/example.h

8 lines
112 B
C++

#include <pybind11/pybind11.h>
#include <iostream>
using std::cout;
using std::endl;
namespace py = pybind11;