Sign in
bazel
/
bazel
/
refs/heads/release-8.5.0
/
.
/
tools
/
python
/
runfiles
/
BUILD.tools
blob: 5cc50aad18c739656471cafee55e3642a3cdeb35 [
file
] [
log
] [
blame
] [
edit
]
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
py_library
(
name
=
"runfiles"
,
srcs
=
[
"runfiles.py"
,
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@rules_python//python/runfiles"
,
],
)