scheme: add variant option

Remove variant subcommand
This commit is contained in:
2 * r + 2 * t
2025-06-12 16:23:14 +10:00
parent e701e85af0
commit e75e727262
4 changed files with 10 additions and 32 deletions
+5
View File
@@ -84,7 +84,12 @@ class Scheme:
@variant.setter
def variant(self, variant: str) -> None:
if variant == self._variant:
return
self._variant = variant
self._update_colours()
self.save()
@property
def colours(self) -> dict[str, str]: