This is my script
import threading class Say(threading.Thread): def __init__(self, cmd): super(Say, self).__init__() self.cmd = cmd d