pub fn main() -> io::Result<()> {
init_panic_hook();
let mut tui = init_tui()?;
panic!("This is a panic!");
}