load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

bzl_library(
    name = "build_defs_bzl",
    srcs = ["build_defs.bzl"],
)
