# Copyright 2025 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
load("@rules_python//python:defs.bzl", "py_binary") | |
package(default_visibility = ["//build/bazel/bazel_idk:__subpackages__"]) | |
py_binary( | |
name = "verify_pragma_once", | |
srcs = ["verify_pragma_once.py"], | |
main = "verify_pragma_once.py", | |
) |