This commit is contained in:
2026-03-11 15:25:06 +01:00
parent acb2ea5fdd
commit c5f76adf53

View File

@@ -88,6 +88,8 @@ class WordColor(Enum):
"#b76c2d", "#b76c2d",
][self.value] ][self.value]
class SolvedState(Enum): class SolvedState(Enum):
NotFinished = 0 NotFinished = 0
Wrong = 1 Wrong = 1