#!/usr/bin/env python # Libraries we are going to use {{{1 import os # }}}1 class ACTION: def start(self,text): os.system("echo '(SayText \"%s\")' | /usr/bin/festival --language spanish --pipe" % (text))