Created
December 6, 2017 15:26
-
-
Save apahim/05b59a172c920c716b347f30ac84e260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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