first potentially useful version
This commit is contained in:
16
utils/consts.py
Normal file
16
utils/consts.py
Normal file
@ -0,0 +1,16 @@
|
||||
from utils import colors
|
||||
|
||||
|
||||
COL_NOT_CONNECTED = colors.RED
|
||||
COL_SUCCESS = colors.GREEN
|
||||
COL_ALARM = colors.YELLOW
|
||||
|
||||
|
||||
MSG_NOT_CONNECTED = "did not connect"
|
||||
MSG_SUCCESS = "OK"
|
||||
|
||||
SYM_GOOD = "👍"
|
||||
SYM_BAD = "💔"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user