def gettext(text: str) -> str:
    return text
