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