#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::qmrestore;

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