Sign in
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_pybind.py
blob: 9c605caf612efa1fbca359453c4808a941f035c0 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env python3
import
example
print
(
example
.
add
(
1
,
2
))
print
(
example
.
says
)