use uv_test::pypi_proxy;
mod auth;
mod branching_urls;
#[cfg(all(
feature = "test-python",
feature = "test-pypi",
feature = "test-ecosystem"
))]
mod ecosystem;
mod help;
mod network;
#[cfg(feature = "test-pypi")]
mod publish;
#[cfg(feature = "self-update")]
mod self_update;
mod upgrade;
mod version;