def get_quote_google(*args, **kwargs): return GoogleQuotesReader(*args, **kwargs).read()
def get_quote_google(*args, **kwargs): raise ImmediateDeprecationError(DEP_ERROR_MSG.format('Google Quotes')) return GoogleQuotesReader(*args, **kwargs).read()