diff --git a/tools/python/jwutils/asyncio/__init__.py b/tools/python/jwutils/asyncio/__init__.py deleted file mode 100644 index 632935f..0000000 --- a/tools/python/jwutils/asyncio/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# >> -------------------------- 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 <<