#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::pve8to9;

PVE::CLI::pve8to9->run_cli_handler();
