mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 14:12:00 +08:00
11 lines
205 B
Python
11 lines
205 B
Python
from .api import get, wait
|
|
from .dynamic_resources import set_resource
|
|
from .placement_group import (
|
|
placement_group, )
|
|
__all__ = [
|
|
"get",
|
|
"wait",
|
|
"set_resource",
|
|
"placement_group",
|
|
]
|