"""List the keyboards currently defined within QMK
"""frommilcimportcliimportqmk.keyboard@cli.subcommand("List the keyboards currently defined within QMK")deflist_keyboards(cli):"""List the keyboards currently defined within QMK
"""forkeyboard_nameinqmk.keyboard.list_keyboards():print(keyboard_name)