mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-07 22:14:03 -05: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']
|