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