1 2 3 4 5
//! The frontend to be used when played using cli //! Contain a part for the player using the cli //! And contain the renderer for the cli pub mod players; pub mod renderers;