1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-03 21:13:20 +00:00
pybind11/example/example.h

8 lines
112 B
C
Raw Normal View History

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