use icepick_module::Module; use icepick_cosmos::Cosmos; fn main() -> Result<(), Box> { Cosmos::run_responder() }