Skip to content

Commit f625ea6

Browse files
committed
Added new channels to infobip_channels __init__
1 parent 8b3db49 commit f625ea6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infobip_channels/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from .mms.channel import MMSChannel
2+
from .web_rtc.channel import WebRtcChannel
13
from .whatsapp.channel import WhatsAppChannel
24

3-
__all__ = ["WhatsAppChannel"]
5+
__all__ = ["WhatsAppChannel", "WebRtcChannel", "MMSChannel"]

0 commit comments

Comments
 (0)