Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
b3f3d79f4c5ea6217f9028d2971b6538dd010ac6
/
.
/
example
/
example.h
blob: ab8fff7969608634943d81ffa9f34f36319d0ab4 [
file
] [
log
] [
blame
]
#include
<pybind11/pybind11.h>
#include
<iostream>
using
std
::
cout
;
using
std
::
endl
;
namespace
py
=
pybind11
;