Add attendees to Conference dataclass
This commit is contained in:
parent
9f54c3ac03
commit
a130a85a48
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class Conference:
|
||||||
free: bool | None = None
|
free: bool | None = None
|
||||||
hackathon: bool | None = None
|
hackathon: bool | None = None
|
||||||
ticket_type: str | None = None
|
ticket_type: str | None = None
|
||||||
|
attendees: int | None = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def display_name(self) -> str:
|
def display_name(self) -> str:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue