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