2020-08-26 10:33:55 -05:00

5 lines
69 B
Rust

pub mod command;
mod options;
pub use command::Command as Autoview;