mod app; mod ui; mod window; fn main() { tracing_subscriber::fmt::init(); let app = app::MangoTuneApp::new(); std::process::exit(app.run()); }