Skip to content

Instantly share code, notes, and snippets.

@jaradc
Created February 13, 2020 07:18
Show Gist options
  • Save jaradc/5edc561762bf00a84017d85920e2a3b9 to your computer and use it in GitHub Desktop.
Save jaradc/5edc561762bf00a84017d85920e2a3b9 to your computer and use it in GitHub Desktop.
class Jarad:
def __init__(self, **kwargs):
for k,v in kwargs.items():
setattr(self, k, v)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment