Initial commit, can send but not receive
This commit is contained in:
7
__init__.py
Normal file
7
__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Voip ms sms/mms legacy module for slidge.
|
||||
"""
|
||||
|
||||
from . import gateway, session
|
||||
|
||||
__all__ = "gateway", "session"
|
||||
Reference in New Issue
Block a user