//! cc-switch: A CLI tool for managing multiple Claude API configurations
//!
//! This library provides functionality to store, manage, and switch between
//! multiple Claude API configurations.
// Re-export commonly used types and functions for easier importing
pub use crate;
pub use craterun;