1
0
telegram-action/constant.py

7 lines
80 B
Python
Raw Normal View History

2022-07-15 14:52:54 +02:00
ICON = {
"failure": "🔴",
"cancelled": "",
"success": "🟢",
}