#[allow(clippy::module_inception)] mod config; mod manager; mod shell; pub use config::*; pub use manager::*; pub use shell::*;