mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 11:46:16 +08:00
7 lines
128 B
Python
7 lines
128 B
Python
"""
|
|
Engine WebSocket Consumers
|
|
"""
|
|
from .worker_deploy_consumer import WorkerDeployConsumer
|
|
|
|
__all__ = ['WorkerDeployConsumer']
|