#!/usr/bin/perl -T

use strict;
use warnings;

use PVE::CLI::pveam;

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