def __init__(self, connection): threading.Thread.__init__(self) self.connection = connection # establish a database connection self.db = DB()