mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
6 lines
290 B
Python
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 <<
|