aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/first_party_dependencies/one/bar/baz/BUILD.out
blob: a0172452e10a78406ebb85ad5df32f62e7d33f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
load("@rules_python//python:defs.bzl", "py_library")

py_library(
    name = "baz",
    srcs = ["__init__.py"],
    imports = ["../.."],
    visibility = [
        "//one:__subpackages__",
        "//three:__subpackages__",
    ],
)