blob: ab8fff7969608634943d81ffa9f34f36319d0ab4 [file] [log] [blame]
Wenzel Jakob8f4eb002015-10-15 18:13:33 +02001#include <pybind11/pybind11.h>
Wenzel Jakob38bd7112015-07-05 20:05:44 +02002#include <iostream>
3
4using std::cout;
5using std::endl;
6
Wenzel Jakob8f4eb002015-10-15 18:13:33 +02007namespace py = pybind11;