Open hydroid7 opened 1 year ago
Instead of adding rich as a dependency, just to print a few emojis, let's just add in the emojis directly (its just unicode, you can copy-paste them in the messages in the source).
>>> import rich
>>> rich.print(":x::information_source::heavy_check_mark:")
❌ℹ✔
Indeed, that's a great idea!
Changes: