Update Meme Generator project
This commit is contained in:
@@ -10,5 +10,5 @@ class QuoteModel:
|
||||
self.author = author
|
||||
|
||||
def __repr__(self):
|
||||
"""String representation of the QuoteModel object."""
|
||||
"""Return a string representation of the QuoteModel."""
|
||||
return f"{self.body} - {self.author}"
|
||||
|
||||
Reference in New Issue
Block a user