blob: e84156bd11e82ea000f976c9d02762d55177ba52 [file] [log] [blame] [edit]
# 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:py_binary.bzl", "py_binary")
py_binary(
name = "compute_atom_api",
srcs = [
"compute_atom_api.py",
],
main = "compute_atom_api.py",
visibility = ["//visibility:public"],
)