osm-labo/venv/lib/python3.12/site-packages/prompt_toolkit/token.py

10 lines
121 B
Python
Raw Normal View History

2025-08-31 12:29:41 +02:00
""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"