Skip to content

Commit

Permalink
Update catalogue.py (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Sep 22, 2023
1 parent f237e8f commit 04f430e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charm/lib/charms/catalogue_k8s/v0/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@


class CatalogueItem:
"""`CatalogueItem` represents an application entry sent to a catalogue."""
"""`CatalogueItem` represents an application entry sent to a catalogue.
The icon is an iconify mdi string; see https://icon-sets.iconify.design/mdi.
"""

def __init__(self, name: str, url: str, icon: str, description: str = ""):
self.name = name
Expand Down

0 comments on commit 04f430e

Please sign in to comment.