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