filegroup(
    name = "srcs",
    srcs = glob(["**"]) + ["//third_party/rules_python/python:srcs"],
    visibility = ["//third_party:__pkg__"],
)
