//! Topology representations for cascade and transmission network structures.
//!
//! The topology sub-modules define resolved, validated representations of the
//! hydro cascade chain and the electrical transmission network. Both are built
//! during case loading and stored on the [`crate::system`] struct.
pub use CascadeTopology;
pub use ;