Sign in
bazel
/
bazel
/
2f4d1c2583b3fc1ce63d7c5eb678f0717c21db1a
/
.
/
examples
/
py_native
/
bin.py
blob: f79379a2377689454c0ed78c62ed59070ccbf1e0 [
file
] [
log
] [
blame
]
"""A tiny example binary for the native Python rules of Bazel."""
from
examples
.
py_native
.
lib
import
GetNumber
print
"The number is %d"
%
GetNumber
()