#!/usr/bin/python3

import sys

from virt.peutils.peutils import pe_addsigs


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