9 lines
309 B
Python
9 lines
309 B
Python
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
|
|
|
|
# TODO(SERVER-105817): The following library is autogenerated, please split these out into individual python targets
|
|
py_library(
|
|
name = "all_python_files",
|
|
srcs = glob(["*.py"]),
|
|
visibility = ["//visibility:public"],
|
|
)
|