1
2
3
4
pub mod cmd;
mod registry;

pub use registry::Registry;