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