1 2 3 4 5
//! Types which are needed to use the time system independent from the root `riddle` crate. mod time_system; pub use time_system::*;
1 2 3 4 5
//! Types which are needed to use the time system independent from the root `riddle` crate. mod time_system; pub use time_system::*;