This commit is contained in:
Auric Vente
2024-07-21 05:50:25 -06:00
parent 34896e24e2
commit 3d8ff1f167
4 changed files with 67 additions and 34 deletions

View File

@@ -10,7 +10,6 @@ class Config:
program: str = "cromulant"
width: int = 820
height: int = 900
max_ants: int = 100
here: Path
ants_json: Path
icon_path: Path