1 2 3 4 5
mod get_high_scores; mod send; mod set_score; pub use self::{get_high_scores::*, send::*, set_score::*};