//! # kodo
//!
//! A CLI tool for analyzing Git commit statistics across repositories.
//!
//! ## Features
//!
//! - Analyze commit history with date range filtering
//! - Display statistics via TUI (bar chart, line chart)
//! - Export data in JSON/CSV format
//! - Filter by branch and file types
pub use ;