1pub const EMPTY: &str = " "; 2pub const LIGHT: &str = "░"; 3pub const MEDIUM: &str = "▒"; 4pub const DARK: &str = "▓"; 5pub const FULL: &str = "█";