#!/usr/bin/python3

import sys

from qemu.qmp.qmp_shell import main_wrap


if __name__ == "__main__":
    sys.exit(main_wrap())
