Skip to content

Instantly share code, notes, and snippets.

@ckrough
Created August 27, 2013 19:01
Show Gist options
  • Save ckrough/6357626 to your computer and use it in GitHub Desktop.
Save ckrough/6357626 to your computer and use it in GitHub Desktop.
test
def __init__(self, id, name, size, driver, extra=None):
self.id = id
self.name = name
self.size = size
self.driver = driver
self.extra = extra
UuidMixin.__init__(self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment