python-zulip-api/zulip_botserver/tests/__init__.py
Anders Kaseorg 626359596e Replace typing.Text with str.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-08-24 20:07:35 -07:00

5 lines
118 B
Python

import pkgutil
from typing import Iterable
__path__ = pkgutil.extend_path(__path__, __name__) # type: Iterable[str]