1pub use self::{attribute::Attribute, color::Color, colored::Colored, colors::Colors}; 2 3mod attribute; 4mod color; 5mod colored; 6mod colors;