3 # This work is licensed under the terms of the GNU GPL, version 2 or later.
4 # See the COPYING file in the top-level directory.
7 QAPI code generation execution shim.
9 This standalone script exists primarily to facilitate the running of the QAPI
10 code generator without needing to install the python module to the current
11 execution environment.
18 if __name__
== '__main__':