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",
][self.value]
class SolvedState(Enum):
NotFinished = 0
Wrong = 1