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