Exemplo n.º 1
0
	def execute(self):
		token = Token.get()
		apiResult = self.translate(token)

		result = self.parseXml(apiResult)

		return result