aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/simple_library/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/simple_library/BUILD.out')
-rw-r--r--gazelle/python/testdata/simple_library/BUILD.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/gazelle/python/testdata/simple_library/BUILD.out b/gazelle/python/testdata/simple_library/BUILD.out
new file mode 100644
index 0000000..5793ac2
--- /dev/null
+++ b/gazelle/python/testdata/simple_library/BUILD.out
@@ -0,0 +1,7 @@
+load("@rules_python//python:defs.bzl", "py_library")
+
+py_library(
+ name = "simple_library",
+ srcs = ["__init__.py"],
+ visibility = ["//:__subpackages__"],
+)