Add new conference field

This commit is contained in:
Edward Betts 2024-01-25 16:48:31 +00:00
parent 89ff92c533
commit 6c8e1bf48d

View file

@ -37,6 +37,7 @@ class Conference:
cfp_url: str | None = None
free: bool | None = None
hackathon: bool | None = None
ticket_type: str | None = None
@property
def display_name(self) -> str: