Spaces:
Sleeping
Sleeping
File size: 157 Bytes
f390658 |
1 2 3 4 5 |
class Input:
def __init__(self, title, abstract=None):
self.title = title
self.abstract = abstract if abstract is not None else abstract
|