7 lines
84 B
Python
7 lines
84 B
Python
ICON = {
|
|
"failure": "❌",
|
|
"cancelled": "⚪",
|
|
"success": "✅",
|
|
}
|
|
|