ray/streaming/python/__init__.py
2020-02-25 10:33:33 +08:00

6 lines
151 B
Python

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