Files
ServerSync/lib/prompt_toolkit/token.py

10 lines
121 B
Python
Raw Normal View History

2026-02-12 02:28:23 +02:00
""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"