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