Files
mnote/wolai-backend/.venv312/Lib/site-packages/prompt_toolkit/token.py
T

10 lines
121 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"