//! Interpretability module for TrustformeRS debug tools
//!
//! This module provides comprehensive model interpretability capabilities including:
//! - SHAP (SHapley Additive exPlanations) analysis
//! - LIME (Local Interpretable Model-agnostic Explanations) analysis
//! - Attention analysis for transformer models
//! - Feature attribution methods
//! - Counterfactual generation
//!
//! The module is organized into focused submodules for better maintainability.
// Re-export core types and functionality for convenience
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;