mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
3 lines
84 B
Python
3 lines
84 B
Python
from typing import Optional
|
|
|
|
def handle_request(payload: str) -> Optional[str]: ...
|