templatevm.py 192 B

12345678
  1. #!/usr/bin/python2 -O
  2. import qubes.vm.qubesvm
  3. class TemplateVM(qubes.vm.qubesvm.QubesVM):
  4. '''Template for AppVM'''
  5. def __init__(self, D):
  6. super(TemplateVM, self).__init__(D)