Coverage for aiocoap/proxy/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.3, created at 2024-10-15 22:10 +0000

1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors 

2# 

3# SPDX-License-Identifier: MIT 

4 

5"""Container module, see submodules: 

6 

7* :mod:`.client` -- using CoAP via a proxy server 

8* :mod:`.server` -- running a proxy server 

9"""