We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3db49 commit f625ea6Copy full SHA for f625ea6
infobip_channels/__init__.py
@@ -1,3 +1,5 @@
1
+from .mms.channel import MMSChannel
2
+from .web_rtc.channel import WebRtcChannel
3
from .whatsapp.channel import WhatsAppChannel
4
-__all__ = ["WhatsAppChannel"]
5
+__all__ = ["WhatsAppChannel", "WebRtcChannel", "MMSChannel"]
0 commit comments