mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 16:21:04 +00:00
5 lines
141 B
Rust
5 lines
141 B
Rust
mod macros;
|
|
|
|
yazi_macro::mod_flat!(app cmp confirm input mgr notify pick semaphore tasks which);
|
|
|
|
pub fn init() { crate::init_semaphore(); }
|