platypush/platypush/backend/http/app/streaming/__init__.py

4 lines
64 B
Python

from ._base import StreamingRoute
__all__ = ['StreamingRoute']