@@ -0,0 +1,6 @@
from dataclasses import dataclass
@dataclass
class UserState:
current_timer: str = None
task: any = None
The note is not visible to the blocked user.