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

import sys
import wbemcli

sys.exit(wbemcli._main())
