pybind11/example/example.h
2015-07-09 15:27:32 +02:00

8 lines
106 B
C++

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