#!/usr/bin/python3 -s

import sys

from rpmspectool import cli

if __name__ == '__main__':
    sys.exit(cli.main())
