mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
11 lines
223 B
Python
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",
|
|
]
|