pybind11/example/example.h

8 lines
106 B
C
Raw Normal View History

2015-07-05 18:05:44 +00:00
#include <pybind/pybind.h>
#include <iostream>
using std::cout;
using std::endl;
namespace py = pybind;