forked from mirrors/qmk_firmware
Stub out python client routes
This commit is contained in:
@@ -13,7 +13,7 @@ def xap_generate_python(cli):
|
||||
defs = latest_xap_defs()
|
||||
|
||||
parent = QMK_FIRMWARE / 'lib' / 'python' / 'xap_client'
|
||||
for name in ['types.py']:
|
||||
for name in ['types.py', 'routes.py']:
|
||||
lines = [GPL2_HEADER_SH_LIKE, GENERATED_HEADER_SH_LIKE]
|
||||
|
||||
output = render_xap_output('client/python', f'{name}.j2', defs)
|
||||
|
||||
Reference in New Issue
Block a user