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

import sys
import wbemcli

sys.exit(wbemcli._main())
