#![deny(clippy::unwrap_used, clippy::expect_used)]
#![cfg_attr(test, allow(clippy::unwrap_used, clippy::expect_used))]
mod topology;
pub use topology::{
load_topology, validate_topology_name, LoadedTopology, ModelTier, Phase, PhaseType,
RetryConfig, Topology, TopologyMeta, ValidationConfig, ValidationType,
};