#!/usr/bin/env python3
""" Run certbot_deployer_vsphere from its module """
import sys

from certbot_deployer_vsphere import __main__
__main__.main(sys.argv[1:])
