pub mod machine; pub mod peripherals; mod color; mod c_button; pub use machine::Machine; pub use color::Color;