nyx/tests/dynamic_fixtures/lang_detect/script.pyi

4 lines
84 B
Python
Raw Permalink Normal View History

2026-06-05 10:16:30 -05:00
from typing import Optional
def handle_request(payload: str) -> Optional[str]: ...