nyx/tests/dynamic_fixtures/lang_detect/script.pyi
2026-06-05 10:16:30 -05:00

3 lines
84 B
Python

from typing import Optional
def handle_request(payload: str) -> Optional[str]: ...