Ejemplo n.º 1
0
 def __init__(self):
     ParallelThread.__init__(self)
     log("Random points initialized.", m_type="STARTUP", colour=Fore.CYAN)
     self.users = []
     self.start()
Ejemplo n.º 2
0
 def __init__(self):
     ParallelThread.__init__(self)
     log("Command line initialized.", m_type="STARTUP", colour=Fore.CYAN)
     self.start()
Ejemplo n.º 3
0
 def __init__(self):
     ParallelThread.__init__(self)
     log("Command line initialized.", m_type="STARTUP", colour=Fore.CYAN)
     self.start()
Ejemplo n.º 4
0
 def __init__(self):
     ParallelThread.__init__(self)
     log("Random points initialized.", m_type="STARTUP", colour=Fore.CYAN)
     self.users = []
     self.start()