| Wenzel Jakob | 8f4eb00 | 2015-10-15 18:13:33 +0200 | [diff] [blame] | 1 | #include <pybind11/pybind11.h> |
| Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 2 | #include <iostream> |
| 3 | |||||
| 4 | using std::cout; | ||||
| 5 | using std::endl; | ||||
| 6 | |||||
| Wenzel Jakob | 8f4eb00 | 2015-10-15 18:13:33 +0200 | [diff] [blame] | 7 | namespace py = pybind11; |