xref: /aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/simple_test/BUILD.in (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1load("@rules_python//python:defs.bzl", "py_library")
2
3py_library(
4    name = "simple_test",
5    srcs = ["__init__.py"],
6)
7