ray/streaming/python/__init__.py

7 lines
151 B
Python
Raw Normal View History

# flake8: noqa
# Ray should be imported before streaming
import ray
from ray.streaming.context import StreamingContext
__all__ = ['StreamingContext']