2025-02-02 00:02:31 -05:00

10 lines
121 B
Python

""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"