Skip to content

Instantly share code, notes, and snippets.

@apple502j
Created May 20, 2018 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apple502j/4e60e8c1908ea0521bdce6224748976e to your computer and use it in GitHub Desktop.
Save apple502j/4e60e8c1908ea0521bdce6224748976e to your computer and use it in GitHub Desktop.
Code by kenny2github.
class GenericData(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