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