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, *, country_hint: str=None, id: str=None, text: str=None, **kwargs) -> None:
super(LanguageInput, self).__init__(**kwargs)
self.country_hint = country_hint
self.id = id
self.text = text