File size: 121 Bytes
d1ceb73 |
1 2 3 4 5 6 7 8 9 10 |
""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"
|
d1ceb73 |
1 2 3 4 5 6 7 8 9 10 |
""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"
|