parent
6748f8338c
commit
ec99289cfa
3 changed files with 4 additions and 1 deletions
|
|
@ -33,6 +33,8 @@ class Conference:
|
|||
currency: str | None = None
|
||||
latitude: float | None = None
|
||||
longitude: float | None = None
|
||||
cfp_end: date | None = None
|
||||
cfp_url: str | None = None
|
||||
|
||||
@property
|
||||
def display_name(self) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue