Files
agent-desktop/plugins/channel/azure_bot/__init__.py
T

7 lines
138 B
Python

# -*- coding: utf-8 -*-
"""Azure Bot Service channel for QwenPaw."""
from .channel import AzureBotChannel
__all__ = ["AzureBotChannel"]