This commit is contained in:
JS00000
2023-03-22 18:58:45 +08:00
parent 7458a6298f
commit a4b1d7446a
4 changed files with 295 additions and 0 deletions

View File

@@ -17,4 +17,7 @@ def create_channel(channel_type):
elif channel_type == 'terminal':
from channel.terminal.terminal_channel import TerminalChannel
return TerminalChannel()
elif channel_type == 'mp':
from channel.wechatmp.wechatmp_channel import WechatMPServer
return WechatMPServer()
raise RuntimeError