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