mirror of
https://github.com/nushell/nushell.git
synced 2025-02-11 07:59:46 +01:00
5 lines
36 B
Rust
5 lines
36 B
Rust
|
mod nu;
|
||
|
mod sys;
|
||
|
|
||
|
pub use sys::Sys;
|