// TODO: uncomment when docs are somewhat mature to check for missing docs
// #![warn(missing_docs)]
// #![warn(missing_docs_in_private_items)]
//! Module containing submodules for consists, locomotives, and powertrain models
/// Module containing structs for simulating standalone consist.
/// Module containing structs for locomotive models.
pub use *;
use crate*;
pub use *;
/// Module containing tests for consists.
pub use *;
use BatteryElectricLoco;
use crate;