//! Implements the `tire add` command.
//!
//! The `add` command is mostly an alias for `uv add`, but it does have an additional `--auto` flag
//! which makes Tire parse your Python codebase and search for imports that can be mapped back to
//! known Python packages.
use crate;