PaperClassification / common.py
Valeriy Sinyukov
Remove src dir
7aae4ed
raw
history blame
157 Bytes
class Input:
def __init__(self, title, abstract=None):
self.title = title
self.abstract = abstract if abstract is not None else abstract