mod application; mod commands; pub mod domain; mod errors; mod events; pub mod scoring; pub use domain::*; pub use scoring::*;