Skip to content

Instantly share code, notes, and snippets.

@apahim
Created December 6, 2017 15:26
Show Gist options
  • Save apahim/05b59a172c920c716b347f30ac84e260 to your computer and use it in GitHub Desktop.
Save apahim/05b59a172c920c716b347f30ac84e260 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
class Vm(object):
def __init__(self, vmname):
self.name = vmname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment