Files
2026-07-13 13:17:40 +08:00

9 lines
232 B
Python

load("@rules_python//python:defs.bzl", "py_binary")
py_binary(
name = "check_bazel_team_owner",
srcs = ["check_bazel_team_owner.py"],
exec_compatible_with = ["//bazel:py3"],
visibility = ["//visibility:private"],
)