use std::error::Error; mod generation; mod ui; fn main() -> Result<(), Box> { generation::init() }