mirror of
https://git.clerie.de/clerie/mitel_ommclient2.git
synced 2026-01-03 04:38:12 +00:00
7 lines
125 B
Python
7 lines
125 B
Python
#!/usr/bin/env python3
|
|
|
|
from . import client
|
|
from . import connection
|
|
from . import messages
|
|
|
|
from .client import OMMClient2
|