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

__all__ = [
    "ZeroWidthEscape",
]

ZeroWidthEscape = "[ZeroWidthEscape]"