Files
OpenHands/openhands/runtime/impl/local/__init__.py
2025-05-13 09:42:07 -04:00

6 lines
133 B
Python

"""Local runtime implementation."""
from openhands.runtime.impl.local.local_runtime import LocalRuntime
__all__ = ['LocalRuntime']