mod net; mod ui; mod html; mod db; mod files; mod widgets; pub fn main() -> iced::Result { db::initialize(); ui::user_interface() }