mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-12 06:53:04 +00:00
Co-authored-by: anoa's Codex Agent <codex@amorgan.xyz> Co-authored-by: Quentin Gliech <quenting@element.io>
3 lines
70 B
Python
3 lines
70 B
Python
from typing import List
|
|
|
|
def parse_words(text: str) -> List[str]: ...
|