Files
tmhr/venv/lib/python3.10/site-packages/prompt_toolkit/token.py
2024-02-23 10:30:02 +00:00

11 lines
121 B
Python

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