mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 22:18:17 +02:00
5 lines
52 B
Rust
5 lines
52 B
Rust
pub mod handler;
|
|
mod nu;
|
|
|
|
pub use handler::Handler;
|