1
2
3
4
5
6
//! Amethyst CLI backend.
//!

pub use new::{New, Error as NewError};

mod new;