in cdsreaper/models.py [0:0]
def __init__(self,uid:str, name:str, status:str, timestamp:float): self.uid = uid self.name = name self.status = status self.float = timestamp if timestamp else time.time()