mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:02:56 +08:00
7 lines
151 B
Python
7 lines
151 B
Python
# flake8: noqa
|
|
# Ray should be imported before streaming
|
|
import ray
|
|
from ray.streaming.context import StreamingContext
|
|
|
|
__all__ = ['StreamingContext']
|