Skip to content

Instantly share code, notes, and snippets.

@Lazin
Created February 25, 2013 10:25
Show Gist options
  • Save Lazin/5028959 to your computer and use it in GitHub Desktop.
Save Lazin/5028959 to your computer and use it in GitHub Desktop.
class Item:
def __init__(self, **kvargs):
self.__dict__.update(**kvargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment