Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sabareeshr
/
testbottt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d9938d6
testbottt
/
UserStatus.py
Sabareeshr
Upload 6 files
adc818e
verified
4 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
class
UserStatus
:
COUPLED =
"coupled"
IDLE =
"idle"
IN_SEARCH =
"in_search"
PARTNER_LEFT =
"partner_left"
possible_states = [COUPLED, IDLE, IN_SEARCH, PARTNER_LEFT]