5 lines
78 B
Rust

mod display_config;
mod manger;
pub use display_config::*;
pub use manger::*;