#!/usr/bin/python3

import sys

from qemu.utils.qom import QOMGet


if __name__ == "__main__":
    sys.exit(QOMGet.entry_point())
