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