jw-python/tools/python/jwutils/asyncio/__init__.py
Jan Lindemann 428692ea3a Streamline Python file headers somewhat
- Add coding statement
  - Import all modules in one line where possible
  - Order: __future__, typing, plain imports, from imports,
    janware modules

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-07-10 05:14:06 +02:00

5 lines
197 B
Python

# -*- coding: utf-8 -*-
# >> -------------------------- generated by python-tools.sh >>
from jwutils.asyncio.Process import Process
# << -------------------------- generated by python-tools.sh <<