blob: 67434bb11918b9fd8490a2311611838e31b1e9b5 [file] [log] [blame]
Wenzel Jakob38bd7112015-07-05 20:05:44 +02001#include <pybind/pybind.h>
2#include <iostream>
3
4using std::cout;
5using std::endl;
6
7namespace py = pybind;