pub mod errors;
pub mod macros;
pub mod interface;
pub mod terminal;
pub mod widgets;
pub use brocproc;
pub use broccolor;
pub use broccolor::{Color, ColoredText, TextStyle};
pub use macros::*;
pub use interface::*;
pub use terminal::*;
pub use widgets::*;