#!/usr/bin/python3

import sys

from qemu.utils.qom_fuse import QOMFuse


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