Coverage for aiocoap/proxy/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.6.0, created at 2024-08-01 17:22 +0000
« prev ^ index » next coverage.py v7.6.0, created at 2024-08-01 17:22 +0000
1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
2#
3# SPDX-License-Identifier: MIT
5"""Container module, see submodules:
7* :mod:`.client` -- using CoAP via a proxy server
8* :mod:`.server` -- running a proxy server
9"""