blob: 7f6f6f906cd210fe6409f9bd8538ac222a5b94df [file] [log] [blame]
# Copyright 2022 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.
import("//build/python/python_library.gni")
python_library("run_assembly") {
testonly = true
# TODO(b/366268742): Enable MyPy type checking
enable_mypy = false
sources = [
"__init__.py",
"lib.py",
]
}