Coverage for src/nats_contrib/micro/client/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-02-27 01:04 +0100

1from .client import Client 

2from .errors import ServiceError 

3 

4__all__ = [ 

5 "ServiceError", 

6 "Client", 

7]