//! VK Teams Bot CLI Library
//!
//! This library provides the core functionality for the VK Teams Bot CLI application.
//! It is organized into modular components for better maintainability and testing.
// Storage functionality is provided by vkteams-bot crate
// #[cfg(feature = "storage")]
// pub mod storage;
// Re-export commonly used types for convenience
pub use Cli;
pub use Command;
pub use CONFIG;
pub use *;
pub use *;