7 lines
184 B
Python
7 lines
184 B
Python
# *-*- Mode: Python -*-*
|
|
# vim: filetype=python
|
|
|
|
# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
|
|
|
|
{ 'enum': 'Status',
|
|
'data': [ 'good', 'bad', 'ugly' ] }
|