mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
7 lines
164 B
Rust
7 lines
164 B
Rust
mod macros;
|
|
|
|
yazi_macro::mod_pub!(options);
|
|
|
|
yazi_macro::mod_flat!(app cmp confirm input mgr pick semaphore tab tasks);
|
|
|
|
pub fn init() { crate::init_semaphore(); }
|