// Copyright © 2024-2025 The µcad authors <info@ucad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later
//! µcad command line interpreter
extern crate clap;
extern crate microcad_lang;
pub use *;
use *;
pub use *;
/// Main of the command line interpreter