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

__all__ = [
    "ZeroWidthEscape",
]

ZeroWidthEscape = "[ZeroWidthEscape]"