mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
6 lines
137 B
Python
6 lines
137 B
Python
"""CLI Runtime implementation for OpenHands."""
|
|
|
|
from openhands.runtime.impl.cli.cli_runtime import CLIRuntime
|
|
|
|
__all__ = ['CLIRuntime']
|