token.py 121 B

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