Update Meme Generator project
This commit is contained in:
@@ -19,5 +19,6 @@ class IngestorInterface(ABC):
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def parse(cls, path: str) -> List[QuoteModel]:
|
||||
"""Abstract method to parse the file and return a list of QuoteModel objects."""
|
||||
"""Abstract method to parse the file and return a list of QuoteModel
|
||||
objects."""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user