mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
5 lines
160 B
Text
5 lines
160 B
Text
py_library(
|
|
name = "serve_doc_code",
|
|
srcs = glob(["**/*.py"]),
|
|
visibility = ["//python/ray/serve:__subpackages__", "//python/ray/serve:__pkg__"],
|
|
)
|