Update Meme Generator project

This commit is contained in:
2026-01-04 14:03:10 -08:00
parent 155f0c9c6d
commit 433f2ba034
9 changed files with 66 additions and 28 deletions

View File

@@ -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}"