This commit is contained in:
6
pomodoro_bot/models.py
Normal file
6
pomodoro_bot/models.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class UserState:
|
||||
current_timer: str = None
|
||||
task: any = None
|
||||
Reference in New Issue
Block a user