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