6 lines
76 B
Rust

pub mod machine;
pub mod peripherals;
mod model;
pub use machine::Machine;