blob: 01b0904d5069a8721c7a66a26bfbe3b35d80436c [file] [log] [blame]
load("@rules_python//python:defs.bzl", "py_library")
# gazelle:python_generation_mode file
# This target should be kept unmodified by Gazelle.
py_library(
name = "custom",
srcs = ["bar.py"],
visibility = ["//visibility:private"],
tags = ["cant_touch_this"],
)