summaryrefslogtreecommitdiff
path: root/src/model/mod.rs
blob: d869a4f84ac3ba2a03aa64c4a0b789726d0e38d2 (plain)
1
2
3
mod task;

pub use task::Task;