Sign in
bazel
/
bazel
/
3eeb6e6d9db99ed0bf0cc45d05be01a52e2ee4c4
/
.
/
examples
/
py_native
/
BUILD
blob: 3d8de94251dd07c50cf3807d375a35ac10073748 [
file
] [
log
] [
blame
]
py_binary
(
name
=
"bin"
,
srcs
=
[
"bin.py"
],
deps
=
[
":lib"
],
)
py_library
(
name
=
"lib"
,
srcs
=
[
"lib.py"
],
)