This commit is contained in:
Auric Vente
2024-07-21 23:15:09 -06:00
parent 0d22a4280f
commit 4c2a8edb7c
2 changed files with 8 additions and 12 deletions

View File

@@ -54,6 +54,7 @@ class Config:
filter_width: int = 150
filter_debouncer_delay: int = 200
default_population: int = 100
merge_goal: int = 8
@staticmethod
def prepare() -> None: