Sign in
bazel
/
bazel
/
f8a94b9decf4c76c217342ce31a05ec30cfb77e8
/
.
/
tools
/
python
/
runfiles
/
BUILD.tools
blob: 3bfe889f34fc3f70c69ea0c71f6f93cb83c01516 [
file
] [
log
] [
blame
]
load
(
"//tools/python:private/defs.bzl"
,
"py_library"
)
py_library
(
name
=
"runfiles"
,
srcs
=
[
"runfiles.py"
],
visibility
=
[
"//visibility:public"
],
)