Source code for betty.dispatch
"""
Provide the Dispatch API.
"""
from typing import Any, Sequence, Callable, Awaitable
TargetedDispatcher = Callable[..., Awaitable[Sequence[Any]]]
"""
Provide the Dispatch API.
"""
from typing import Any, Sequence, Callable, Awaitable
TargetedDispatcher = Callable[..., Awaitable[Sequence[Any]]]