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