#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::pct;

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