from tool import SesameTTS if __name__ == "__main__": tts = SesameTTS() result = tts("Ciao Dave, il tuo agente vocale Sesame è attivo!") print(f"✅ Audio generato: {result}")