#!/usr/bin/perl -T

use strict;
use warnings;

use PVE::CLI::pct;

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