Skip to content

Commit

Permalink
Re-export AsyncTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 3, 2022
1 parent 33e692f commit c80519e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zeep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from zeep.client import AsyncClient, CachingClient, Client
from zeep.plugins import Plugin
from zeep.settings import Settings
from zeep.transports import Transport
from zeep.transports import AsyncTransport, Transport
from zeep.xsd.valueobjects import AnyObject

__version__ = "4.1.0"
__all__ = [
"AsyncClient",
"AsyncTransport",
"CachingClient",
"Client",
"Plugin",
Expand Down

0 comments on commit c80519e

Please sign in to comment.