//! Safety Andon for Inference (ENT-110)
//!
//! Toyota Way 自働化 (Jidoka): Automation with human touch.
//! Inference-specific Andon rules: low confidence, high latency, drift.
// Re-export all public types
pub use SafetyAndon;
pub use EmergencyCondition;
pub use SafetyIntegrityLevel;