def run(self):
"""This is the run method from threading.Thread"""
#TODO threading.Barrier to sync with ribbapi
#print("Starting")
self.started = time.time()
self._running = True
self.animate()
# def start(self):
评论列表
文章目录