7 lines
80 B
Python
7 lines
80 B
Python
|
ICON = {
|
||
|
"failure": "🔴",
|
||
|
"cancelled": "⚪",
|
||
|
"success": "🟢",
|
||
|
}
|
||
|
|