class AunoComment: def __init__(self, author, date, content): self.author = author self.date = date self.content = content