Files
OpenHands/openhands/runtime/impl/cli/__init__.py
2025-08-13 21:13:19 +02:00

6 lines
137 B
Python

"""CLI Runtime implementation for OpenHands."""
from openhands.runtime.impl.cli.cli_runtime import CLIRuntime
__all__ = ['CLIRuntime']