Coverage for aiocoap / cli / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-10 10:42 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-10 10:42 +0000
1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
2#
3# SPDX-License-Identifier: MIT
5"""Container module for command line utilities bundled with aiocoap.
7These modules are not considered to be a part of the aioCoAP API, and are thus
8subject to change even when the project reaches a stable version number. If you
9want to use any of that infrastructure, please file a feature request for
10stabilization in the project's issue tracker.
12The tools themselves are documented in :doc:`/tools`.
13"""