mirror of
https://github.com/langgenius/dify.git
synced 2026-07-15 01:17:04 +08:00
8 lines
296 B
Python
8 lines
296 B
Python
"""Stdlib-only shellctl subprocess entrypoints.
|
|
|
|
This package is reserved for tmux hot-path helpers that must start quickly for
|
|
every job. Keep `__init__` import-free so `shellctl-sanitize-pty` and
|
|
`shellctl-runner-exit` do not accidentally pull in the main shellctl client or
|
|
server stacks.
|
|
"""
|