summaryrefslogtreecommitdiffstats
path: root/src/prompt_toolkit/token.py
blob: e97893de673dcb1c761bcaea0b941d1666a87bc0 (plain)
1
2
3
4
5
6
7
8
9
""" """

from __future__ import annotations

__all__ = [
    "ZeroWidthEscape",
]

ZeroWidthEscape = "[ZeroWidthEscape]"