Added it as property

This commit is contained in:
Pascal P. 2026-08-06 23:43:15 +02:00
parent 05226f16d2
commit 60807092fd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Rarity(StrEnum):
UltraRare = "UR"
Legendary = "L"
@property
def icon(self) -> str:
return {
Self.Common: "",