//! GUI module - egui-based interface
//!
//! This module provides the graphical user interface using egui framework.
//! Only available when the 'gui' feature is enabled.
pub use MathypadGuiApp;
// Re-export egui types for convenience when gui feature is enabled
pub use eframe;
pub use egui;