"""
string_handle.py - Python module wrapper for ITT String Handle API
"""fromittapi.nativeimportStringHandleas_StringHandledefstring_handle(string:str):"""
Creates a handle for a string.
:param string: a string
:return: the handle to the given string
"""return_StringHandle(string)