mod ui;
mod utils;
mod winsparkle;
fn main() {
tracing_subscriber::fmt::init();
ui::main_window::main_window();
}