1load("@rules_python//python:defs.bzl", "py_library")
2
3# gazelle:python_generation_mode file
4
5# This target should be kept unmodified by Gazelle.
6py_library(
7 name = "custom",
8 srcs = ["bar.py"],
9 visibility = ["//visibility:private"],
10 tags = ["cant_touch_this"],
11)
12