Files
lda-wf/src/wf_core/tokens.py
T
2026-07-30 01:27:46 +07:00

5 lines
64 B
Python

START = "__start__"
END = "__end__"
__all__ = ["END", "START"]