/// Command aggregator.
/// Common macroses to fill modules.
/// Handle commands.
/// Get input.
/// Handle instruction from input.
/// Exposed namespace of the module.
pub use *;
/// Namespace of the module to include with `use module::*`.