aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/prompt-toolkit/py3/prompt_toolkit/token.py
blob: a2c80e54c5a34b92a334e6776d53fd095b419bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
"""
"""

from __future__ import annotations

__all__ = [
    "ZeroWidthEscape",
]

ZeroWidthEscape = "[ZeroWidthEscape]"