#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::pve6to7;

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