6 lines
102 B
Python
6 lines
102 B
Python
"""Native Runtime V2 exports."""
|
|
|
|
from .runtime import NativeRuntimeV2
|
|
|
|
__all__ = ["NativeRuntimeV2"]
|