// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
//! CLI module for running inference.
//!
//! This module contains the command-line interface logic, including argument parsing
//! and the `predict` command implementation.
// Modules
/// CLI arguments.
/// Prediction logic.