load("//proto:defs.bzl", "proto_library")

proto_library(
    name = "empty_proto",
    srcs = [
        "empty.proto",
    ],
)
