forked from extern/nushell
4 lines
50 B
Rust
4 lines
50 B
Rust
|
pub mod abs;
|
||
|
|
||
|
pub use abs::SubCommand as MathAbs;
|