mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 09:17:54 +00:00
8 lines
134 B
Python
8 lines
134 B
Python
SHIRT = 1
|
|
SHORTS = 2
|
|
CLOSET_MOVIE_COMPLETE = 1
|
|
CLOSET_MOVIE_CLEAR = 2
|
|
CLOSET_MOVIE_TIMEOUT = 3
|
|
CLOSED = 0
|
|
OPEN = 1
|
|
TIMEOUT_TIME = 200
|