mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
6 lines
133 B
Python
6 lines
133 B
Python
"""Local runtime implementation."""
|
|
|
|
from openhands.runtime.impl.local.local_runtime import LocalRuntime
|
|
|
|
__all__ = ['LocalRuntime']
|