#!/usr/bin/python3

import sys

from proxmox_sdk.proxmox_cli.cli import cli_main


if __name__ == "__main__":
    sys.exit(cli_main())
