Complete OverviewContent docs

This commit is contained in:
Glutanimate 2020-02-17 16:53:47 +01:00
parent f7ae2fa1f7
commit 775765ff4f

View File

@ -21,6 +21,16 @@ class OverviewBottomBar:
@dataclass
class OverviewContent:
"""Stores sections of HTML content that the overview will be
populated with.
Attributes:
deck {str} -- Plain text deck name
shareLink {str} -- HTML of the share link section
desc {str} -- HTML of the deck description section
table {str} -- HTML of the deck stats table section
"""
deck: str
shareLink: str
desc: str