#!/usr/local/bin/python3.8

import sys
import wbemcli

sys.exit(wbemcli._main())
