Graham Neubig f3d0ae3fbf
Add type annotations to local runtime implementation (#8376)
Co-authored-by: openhands <openhands@all-hands.dev>
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']