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

import sys
import wbemcli

sys.exit(wbemcli._main())
