mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-17 09:16:39 +02:00
Move all implementation source code from the jwutils module to jw.util. For compatibility with existing Python modules, keep a thin, autogenerated compatibility shim under jwutils.
Signed-off-by: Jan Lindemann <jan@janware.com>
8 lines
170 B
Python
8 lines
170 B
Python
# ruff: noqa: E501
|
|
from jw.util.Cmds import Cmds as Cmds
|
|
from jw.util.Cmds import run_sub_commands as run_sub_commands
|
|
|
|
__all__ = [
|
|
"Cmds",
|
|
"run_sub_commands",
|
|
]
|