mirror of
https://github.com/nushell/nushell
synced 2025-01-09 19:59:02 +00:00
4 lines
50 B
Rust
4 lines
50 B
Rust
|
pub mod abs;
|
||
|
|
||
|
pub use abs::SubCommand as MathAbs;
|