yazi/yazi-config/src/boot/mod.rs
2023-12-19 23:13:48 +08:00

5 lines
55 B
Rust

mod args;
mod boot;
pub use args::*;
pub use boot::*;