//! Model core module
//!
//! This module contains the decomposed Model functionality organized by purpose.
// Core model functionality (the main Model struct moved from model_core.rs)
// Organized model functionality
// Public variable factory API
// Internal variable creation methods
// Re-export everything for backward compatibility
pub use *;