aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/simple_test/BUILD.in
blob: ffd20ea85d104a7434e17bd633a0047378833010 (plain)
1
2
3
4
5
6
load("@rules_python//python:defs.bzl", "py_library")

py_library(
    name = "simple_test",
    srcs = ["__init__.py"],
)