blob: 3c80a0245fca01c6ce5ed7948ef86048147c27cf [file] [log] [blame]
# 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"],
)