1
2
3
4
5
pub mod timer;

pub mod prelude {
    pub use crate::timer::Timer;
}