6 lines
115 B
Python
6 lines
115 B
Python
from __future__ import absolute_import
|
|
|
|
from wsmeext.soap.protocol import SoapProtocol
|
|
|
|
__all__ = ['SoapProtocol']
|