Spaces:
Sleeping
Sleeping
class UserStatus: | |
COUPLED = "coupled" | |
IDLE = "idle" | |
IN_SEARCH = "in_search" | |
PARTNER_LEFT = "partner_left" | |
possible_states = [COUPLED, IDLE, IN_SEARCH, PARTNER_LEFT] | |