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

4 lines
68 B
Python

from ._base import WSRoute, logger
__all__ = ['WSRoute', 'logger']