Skip to content

Instantly share code, notes, and snippets.

@darwin
Created December 7, 2008 05:27
Show Gist options
  • Save darwin/33037 to your computer and use it in GitHub Desktop.
Save darwin/33037 to your computer and use it in GitHub Desktop.
class Service(dict):
def __init__(self, id, name, profileUrl):
super(Service, self).__init__()
self['id'] = id
self['name'] = name
self['profileUrl'] = profileUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment