]> git.proxmox.com Git - pve-container.git/blob - src/PVE/LXCSetup/Debian.pm
add helper classes to setup container configuration
[pve-container.git] / src / PVE / LXCSetup / Debian.pm
1 package PVE::LXCSetup::Debian;
2
3 use strict;
4 use warnings;
5 use PVE::Tools;
6
7 use PVE::LXCSetup::Base;
8
9 use base qw(PVE::LXCSetup::Base);
10
11
12 1;