//! ISA atmosphere model and wind resource.
//!
//! - [`isa`]: pure ISA / Sutherland functions and constants (no Bevy types).
//! - [`systems`]: Bevy systems that bridge ISA into ECS components.
//! - [`resources`]: [`WindResource`] global wind vector.
pub use sutherland_viscosity;
pub use WindResource;
pub use update_atmosphere;