Coverage for aiocoap/resourcedirectory/client/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-28 12:34 +0000
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-28 12:34 +0000
1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
2#
3# SPDX-License-Identifier: MIT
5"""Client components for RFC9176_
7Currently, this only contains the :mod:`register` module, which helps utilizing
8the registration interface of a resource directory.
10.. _RFC9176: https://datatracker.ietf.org/doc/html/rfc9176
11"""