def run():
loader = Loader()
kabuki.poll_input(loader)
sw = pyb.Switch()
sw.callback(loader.queue_reload)
while True:
try:
kabuki.run()
except Exception as exc:
sys.print_exception(exc)
_install_police_lights(loader)
评论列表
文章目录