Testing_pikesquares/.venv/lib/python3.12/site-packages/prompt_toolkit/token.py
2025-02-02 00:02:31 -05:00

10 lines
121 B
Python

""" """
from __future__ import annotations
__all__ = [
"ZeroWidthEscape",
]
ZeroWidthEscape = "[ZeroWidthEscape]"