ForcePilot/backend/package/yuxi/channel/channels/__init__.py

5 lines
156 B
Python
Raw Normal View History

import yuxi.channel.channels.feishu
import yuxi.channel.channels.dingtalk
import yuxi.channel.channels.web
import yuxi.channel.channels.hooks # noqa: F401