Initial Release of IGNCore version 2.5
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AunoComment:
|
||||
def __init__(self, author, date, content):
|
||||
self.author = author
|
||||
self.date = date
|
||||
self.content = content
|
||||
Reference in New Issue
Block a user