nyx/tests/dynamic_fixtures/lang_detect/script.pyi

4 lines
84 B
Python
Raw Normal View History

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