We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e692f commit c80519eCopy full SHA for c80519e
1 file changed
src/zeep/__init__.py
@@ -1,12 +1,13 @@
1
from zeep.client import AsyncClient, CachingClient, Client
2
from zeep.plugins import Plugin
3
from zeep.settings import Settings
4
-from zeep.transports import Transport
+from zeep.transports import AsyncTransport, Transport
5
from zeep.xsd.valueobjects import AnyObject
6
7
__version__ = "4.1.0"
8
__all__ = [
9
"AsyncClient",
10
+ "AsyncTransport",
11
"CachingClient",
12
"Client",
13
"Plugin",
0 commit comments