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