Stub out python client routes

This commit is contained in:
zvecr
2022-07-17 02:58:14 +01:00
parent 2a1bfafa1a
commit e4a41e8795
5 changed files with 72 additions and 4 deletions

View File

@@ -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)