PyNesca/modules/convert_functions/response2text.py

3 lines
87 B
Python

def response2text(response:'response') -> {'text'}:
return {'text': response.text}