mod app; pub mod coco_classes; pub mod model; pub mod worker; pub use app::App; pub use worker::Worker;