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