blob: c54bea7ff819d8815c64e7a49faafd6de8d55137 [file] [log] [blame]
load("@rules_python//python:defs.bzl", "py_library")
py_library(
name = "with_nested_import_statements",
srcs = ["__init__.py"],
visibility = ["//:__subpackages__"],
deps = ["@gazelle_python_test//boto3"],
)