Sign in
◑
Theme
bazel
/
bazel
/
e2023945a6e6673168e1bfeeec95007ae21e66d1
/
.
/
tools
/
python
/
runfiles
/
BUILD.tools
blob: 5cc50aad18c739656471cafee55e3642a3cdeb35 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
py_library
(
name
=
"runfiles"
,
srcs
=
[
"runfiles.py"
,
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@rules_python//python/runfiles"
,
],
)