OpenSpace/openspace/prompts/tools/__init__.py
2026-07-17 11:43:42 +08:00

11 lines
223 B
Python

from openspace.prompts.tools.bash_prompt import (
get_default_timeout_ms,
get_max_timeout_ms,
get_simple_prompt,
)
__all__ = [
"get_default_timeout_ms",
"get_max_timeout_ms",
"get_simple_prompt",
]