add button to GUI

This commit is contained in:
Lei PAN
2022-05-27 12:38:36 +02:00
parent c50787e4bf
commit 1b446965aa
4 changed files with 39 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
from enum import Enum
class ModeEnum(Enum):
AUTOMATIC = "AUTOMATIC"
MANUAL = "MANUAL"