Skip to content

Instantly share code, notes, and snippets.

@paulbarbu
Created July 29, 2011 19:34
Show Gist options
  • Save paulbarbu/1114552 to your computer and use it in GitHub Desktop.
Save paulbarbu/1114552 to your computer and use it in GitHub Desktop.
def __init__(self, key = '', item = ''):
if key:
self._content = {key: item}
else:
self._content = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment