diff --git a/fetch.py b/fetch.py index 4cb11ae..bfaa23f 100644 --- a/fetch.py +++ b/fetch.py @@ -32,4 +32,10 @@ def fetchQuoteData(quoteId): print(f"An error occured while saving the file: {quoteData.status_code}") return "This file probably doesn't exist." +def fetchTopQuotes(instance): + raise NotImplementedError + +def fetchBottomQuotes(instance): + raise NotImplementedError + fetchQuoteData(178)