//! Factory System
//!
//! This module provides model factories for testing.
//! The legacy factory module is re-exported for backward compatibility.
// Re-export legacy factory system for backward compatibility
pub use crate*;
// TODO: Implement modular factory system
// pub mod builder;
// pub mod states;
// pub mod registry;