This commit is contained in:
Auric Vente
2024-07-22 08:09:49 -06:00
parent 9ceff213fb
commit 6fb7d02bd5
5 changed files with 84 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ class Config:
filter_width: int = 150
filter_debouncer_delay: int = 200
default_population: int = 100
merge_goal: int = 8
merge_goal: int = 10
manifest_path: Path
manifest: dict[str, str]