Sign in
bazel
/
bazel
/
master
/
.
/
tools
/
python
/
runfiles
/
BUILD.tools
blob: 986b6e89a2b3de2852fb88f5d2b5b9f9fc5bc47c [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
py_library
(
name
=
"runfiles"
,
srcs
=
[
"runfiles.py"
,
],
deps
=
[
"@rules_python//python/runfiles"
,
],
visibility
=
[
"//visibility:public"
],
)