class Input: def __init__(self, title, abstract=None): self.title = title self.abstract = abstract if abstract is not None else abstract