blob: 68898c012ca1b1ed13ccf68095f5645bef66b661 [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.
//! provides UI support for making CLI tools interactive with CLI, GUI, or
//! automation.
pub use structured_ui::*;
mod structured_ui;