def __init__(self, table_data, option, number, player, points):
QtCore.QThread.__init__(self)
self.table_data = table_data
self.option = option
self.number = number
self.player = player
self.points = points