mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 11:06:33 +00:00
initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class UnlockState(str, Enum):
|
||||
idle = "idle"
|
||||
authenticating = "authenticating"
|
||||
downloading_key = "downloading_key"
|
||||
decrypting = "decrypting"
|
||||
loading_images = "loading_images"
|
||||
ready = "ready"
|
||||
error = "error"
|
||||
Reference in New Issue
Block a user