mirror of
https://github.com/ChronosX88/PyNesca.git
synced 2024-11-26 06:32:19 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
|
def response2text(response:'response') -> {'text'}:
|
||
|
return {'text': response.text}
|