use domasi::Pomodoro; fn main() { let mut timer: Pomodoro = Default::default(); timer.start(); }