feat: почти рабочий вариант session

This commit is contained in:
2026-08-18 03:53:34 +03:00
parent a7fcf3dda8
commit b78081d999
16 changed files with 189 additions and 227 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
from dataclasses import dataclass
from enum import Enum, auto
from enum import Enum, StrEnum, auto
class PlayerRole(Enum):
class PlayerRole(StrEnum):
SETTER = auto()
GUESSER = auto()