Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
d3a4a50207655a16c8dca64b4413237dfefcf47b
/
.
/
example
/
example.h
blob: 67434bb11918b9fd8490a2311611838e31b1e9b5 [
file
]
#include
<pybind/pybind.h>
#include
<iostream>
using
std
::
cout
;
using
std
::
endl
;
namespace
py
=
pybind
;