#!/usr/libexec/platform-python

import sys
from htcondor_cli.cli import main

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