mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 15:22:56 +08:00
9 lines
129 B
Python
9 lines
129 B
Python
from .api import get, wait
|
|
from .dynamic_resources import set_resource
|
|
|
|
__all__ = [
|
|
"get",
|
|
"wait",
|
|
"set_resource",
|
|
]
|