use pomodoro_timer::run; use std::error::Error; fn main() -> Result<(), Box> { run()?; Ok(()) }