python-zulip-api/zulip/tests/__init__.py
2017-10-27 00:56:06 -04:00

5 lines
125 B
Python

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