Files
ray/python/ray/experimental/__init__.py
T

9 lines
129 B
Python

from .api import get, wait
from .dynamic_resources import set_resource
__all__ = [
"get",
"wait",
"set_resource",
]