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

from __future__ import annotations

__all__ = [
    "ZeroWidthEscape",
]

ZeroWidthEscape = "[ZeroWidthEscape]"