f390658 fe3279c f390658 8670c25 fe3279c
1
2
3
4
5
6
class Input: def __init__(self, title, abstract=None, authors=None): self.title = title self.abstract = abstract if abstract is not None else '' self.authors = authors if authors is not None else ''