@@ -88,6 +88,8 @@ class WordColor(Enum):
"#b76c2d",
][self.value]
class SolvedState(Enum):
NotFinished = 0
Wrong = 1
The note is not visible to the blocked user.