blob: 6a1aab653c85869e9983644764d0404456d229c3 [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bzl_lib",
srcs = glob(["**/*.bzl"]),
visibility = ["//:__subpackages__"],
)