python-zulip-api/stubs/zephyr.pyi
Anders Kaseorg 34012a4015 mypy: Add stubs for zephyr.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-10 23:59:15 -08:00

14 lines
236 B
Python

from typing import Set, Tuple
import _zephyr
from _zephyr import ZNotice as ZNotice
from _zephyr import receive as receive
_z = _zephyr
__inited: bool
def init() -> None: ...
class Subscriptions(Set[Tuple[str, str, str]]):
pass