Newer
Older
from GEODE import uid
def TwoAnnotations(text, first, second):
textUID = text if type(text) == str else uid(text)
return f"Found two annotations for {textUID}: '{first}' and '{second}'"
from GEODE import uid
def TwoAnnotations(text, first, second):
textUID = text if type(text) == str else uid(text)
return f"Found two annotations for {textUID}: '{first}' and '{second}'"