//! Terminal User Interface for xchecker workspace management
//!//! This module is a thin re-export facade for `xchecker-tui` crate.
//! The actual implementation has been extracted to a separate crate for better modularity.
// Re-export everything from xchecker-tui
pubusexchecker_tui::*;