jw-python/tools/python/jwutils/asyncio/__init__.py
Jan Lindemann bfd0544ff8 Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com>
2025-10-13 12:45:51 +02:00

6 lines
290 B
Python

# >> -------------------------- generated by python-tools.sh >>
from pkgutil import extend_path
from typing import Iterable
__path__ = extend_path(__path__, __name__) # type: ignore
from jwutils.asyncio.Process import Process
# << -------------------------- generated by python-tools.sh <<