8 lines
114 B
Python
8 lines
114 B
Python
"""
|
|
Voip ms sms/mms legacy module for slidge.
|
|
"""
|
|
|
|
from . import gateway, session
|
|
|
|
__all__ = "gateway", "session"
|