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