mostr-zulip-bot/zulip_botserver/tests/__init__.py
Anders Kaseorg a9607dfdf9 Convert type comments to Python ≥ 3.6 variable annotations.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-18 01:04:47 -07:00

4 lines
102 B
Python

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