Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, **kwargs):
super(JSONModelFeature, self).__init__(**kwargs)
self.activated = kwargs.get('activated', None)
self.name = kwargs.get('name', None)
self.words = kwargs.get('words', None)
self.mode = kwargs.get('mode', None)