mod app; mod step_indicator; mod wizard; use gtk::prelude::*; fn main() { let app = app::build_app(); app.run(); }