Skip to content

Commit c80519e

Browse files
committed
Re-export AsyncTransport
1 parent 33e692f commit c80519e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/zeep/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from zeep.client import AsyncClient, CachingClient, Client
22
from zeep.plugins import Plugin
33
from zeep.settings import Settings
4-
from zeep.transports import Transport
4+
from zeep.transports import AsyncTransport, Transport
55
from zeep.xsd.valueobjects import AnyObject
66

77
__version__ = "4.1.0"
88
__all__ = [
99
"AsyncClient",
10+
"AsyncTransport",
1011
"CachingClient",
1112
"Client",
1213
"Plugin",

0 commit comments

Comments
 (0)