Refactor a bit

This commit is contained in:
Bianca Fürstenau 2025-03-05 00:34:23 +01:00
parent f18a360982
commit 185fd938c1
7 changed files with 194 additions and 188 deletions

View file

@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
bkbh_lib::run()
bkbh::run()
}