import spacy # Perform USAS on Text def run_usas_on_text(page): result = {'output': "Hello USAS",'message': 'Done', 'code': 'SUCCESS'} return result