#!/usr/bin/python3 -s

import sys
import wbemcli

sys.exit(wbemcli._main())
