Add attendees to Conference dataclass
This commit is contained in:
parent
9f54c3ac03
commit
a130a85a48
|
@ -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…
Reference in a new issue