nyx/tests/dynamic_fixtures/lang_detect/script.pyi

3 lines
84 B
Python

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