mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
6 lines
151 B
Python
6 lines
151 B
Python
# flake8: noqa
|
|
# Ray should be imported before streaming
|
|
import ray
|
|
from ray.streaming.context import StreamingContext
|
|
|
|
__all__ = ['StreamingContext']
|