appmesh 1.3.7__py3-none-any.whl → 1.3.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
appmesh/__init__.py CHANGED
@@ -12,7 +12,7 @@ Example:
12
12
  """
13
13
 
14
14
  from .app import App
15
- from .appmesh_client import AppMeshClient
16
- from .appmesh_client_tcp import AppMeshClientTCP
15
+ from .http_client import AppMeshClient
16
+ from .tcp_client import AppMeshClientTCP
17
17
 
18
18
  __all__ = ["App", "AppMeshClient", "AppMeshClientTCP"]