# 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"], | |
) |