//! Offline Model Registry (ENT-017)
//!//! Provides local model storage and verification for air-gapped deployments.
modmanifest;modoffline;modtypes;#[cfg(test)]modtests;// Re-export all public types to preserve the public API
pubusemanifest::RegistryManifest;pubuseoffline::OfflineModelRegistry;pubusetypes::{ModelEntry, ModelSource};