mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 01:16:38 +02:00
- Add coding statement - Import all modules in one line where possible - Order: __future__, typing, plain imports, from imports, janware modulesSigned-off-by: Jan Lindemann <jan@janware.com>
5 lines
197 B
Python
5 lines
197 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# >> -------------------------- generated by python-tools.sh >>
|
|
from jwutils.asyncio.Process import Process
|
|
# << -------------------------- generated by python-tools.sh <<
|