//! scoop - Python virtual environment manager powered by uv
//!
//! Provides pyenv-style workflow for managing Python virtual environments
//! using uv as the backend for blazing fast operations.
// Initialize i18n - must be before any module declarations
i18n!;
pub use ;