Initial commit, can send but not receive

This commit is contained in:
2024-04-10 18:41:03 -07:00
commit b07162e059
4 changed files with 361 additions and 0 deletions

7
__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Voip ms sms/mms legacy module for slidge.
"""
from . import gateway, session
__all__ = "gateway", "session"