add config for law texts, fixes #3
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m17s

This commit is contained in:
2024-02-06 10:17:14 +01:00
parent 54a8c7a0fe
commit 15e0e485c4
9 changed files with 185 additions and 23 deletions

View File

@ -14,6 +14,8 @@ roxmltree = "0.18"
env_logger = "0.10"
log = "0.4"
tqdm = "0.6"
toml = "0.5"
[dev-dependencies]
pretty_assertions = "1.4"