simplify DB constructor

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-04-25 14:15:52 +02:00
parent b8e1449ddb
commit d8b40b6995
5 changed files with 21 additions and 455 deletions

View File

@@ -3,7 +3,6 @@ use std::borrow::Borrow;
use heromodels_core::{Index, Model};
use serde::{Deserialize, Serialize};
pub mod fjall;
pub mod hero;
pub trait Db {