This commit is contained in:
Auric Vente
2024-07-22 19:53:12 -06:00
parent 2b9eb8a4fd
commit d65916fc4e
4 changed files with 90 additions and 33 deletions

View File

@@ -56,6 +56,7 @@ class Config:
merge_goal: int = 10
manifest_path: Path
manifest: dict[str, str]
separator_color: str = "rgb(120, 120, 120)"
@staticmethod
def prepare() -> None: