adding initial MacroPad OS commit!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class InvalidStateUpdateError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class AppState(object):
|
||||
STARTING = "starting"
|
||||
RESUMING = "resuming"
|
||||
RUNNING = "running"
|
||||
PAUSING = "pausing"
|
||||
PAUSED = "paused"
|
||||
STOPPING = "stopping"
|
||||
STOPPED = "stopped"
|
||||
Reference in New Issue
Block a user