def __init__(self, cmd_str, uuid): self.cmd = cmd_str self.user = getpass.getuser() self.timestamp = datetime.datetime.now() self.uuid = uuid