aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/from_imports/import_nested_file/BUILD.out
blob: 930216bcb077793ffdf6eaf938c4d9c39109b34a (plain)
1
2
3
4
5
6
7
8
load("@rules_python//python:defs.bzl", "py_library")

py_library(
    name = "import_nested_file",
    srcs = ["__init__.py"],
    visibility = ["//:__subpackages__"],
    deps = ["//foo/bar:baz"],
)