# Needed for #9006. Consider replacing label with @rules_python as per #9029 if | |
# merging from upstream becomes an issue. | |
load("//tools/python:private/defs.bzl", "py_library") | |
licenses(["notice"]) | |
filegroup( | |
name = "srcs", | |
srcs = glob(["**"]), | |
visibility = ["//third_party:__pkg__"], | |
) | |
py_library( | |
name = "mock", | |
srcs = ["__init__.py"], | |
visibility = ["//visibility:public"], | |
) |