"""
id.py - Python module wrapper for ITT ID API
"""fromittapi.nativeimportIdas_Iddefid(domain):"""
Creates a unique identifier.
:param domain: a domain that controls the creation of the identifier
:return: an instance of the identifier
"""return_Id(domain)