add first draft of abgb
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m36s

This commit is contained in:
2024-02-06 12:47:29 +01:00
parent b8cb3f5240
commit b096ffe74d
1337 changed files with 8157 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use risp::law::Law;
fn main() {
env_logger::init();
let config_path = "./data/config/mschg.toml";
let config_path = "./data/configs/abgb.toml";
let law = Law::from_config(config_path).unwrap();