load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bzl",
srcs = glob(["*.bzl"]),
)