Skip to content

Instantly share code, notes, and snippets.

@jmeridth
Created August 6, 2014 17:56
Show Gist options
  • Select an option

  • Save jmeridth/e56ef38aabaa4a4f4372 to your computer and use it in GitHub Desktop.

Select an option

Save jmeridth/e56ef38aabaa4a4f4372 to your computer and use it in GitHub Desktop.
class AnonObject(object):
def __init__(self, **kwargs):
self.__dict__.update(kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment