mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 17:32:59 +00:00
5 lines
48 B
Rust
5 lines
48 B
Rust
mod average;
|
|
mod nu;
|
|
|
|
pub use average::Average;
|