mod collective_score_intro;

use collective_score_client::check::RunnableCheck;

pub fn tasks() -> [(&'static str, Box<dyn RunnableCheck>); 1] {
    [collective_score_intro::task()]
}