mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 15:46:04 +02:00
5 lines
48 B
Rust
5 lines
48 B
Rust
mod average;
|
|
mod nu;
|
|
|
|
pub use average::Average;
|