restructure
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-28 19:44:13 +05:00
parent ca9dd32892
commit 2fab03b7cf
8 changed files with 0 additions and 0 deletions

6
pomodoro_bot/models.py Normal file
View File

@@ -0,0 +1,6 @@
from dataclasses import dataclass
@dataclass
class UserState:
current_timer: str = None
task: any = None