osm-labo/venv/lib/python3.12/site-packages/prompt_toolkit/token.py
2025-08-31 12:29:41 +02:00

9 lines
121 B
Python

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