Sign in
bazel
/
bazel
/
fc9140ecc662f46a415df11b35430fcd264328ad
/
.
/
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"
],
)