token.py 121 B

123456789
  1. """ """
  2. from __future__ import annotations
  3. __all__ = [
  4. "ZeroWidthEscape",
  5. ]
  6. ZeroWidthEscape = "[ZeroWidthEscape]"