1pub use self::color::*; 2pub use self::io::*; 3pub use self::manager::*; 4 5pub mod color; 6pub mod io; 7pub mod manager;