first potentially useful version

This commit is contained in:
2020-09-22 12:43:16 +02:00
parent 0245823e43
commit da81973bc0
22 changed files with 289 additions and 267 deletions

16
utils/consts.py Normal file
View 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 = "💔"