Coverage for aiocoap-rd: 100%
2 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-18 22:07 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-18 22:07 +0000
1#!/usr/bin/env python3
2# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
3#
4# SPDX-License-Identifier: MIT
6"""This script can be used to access the aiocoap command line resource
7directory when its entry points have not been installed (eg. when running from
8the source directory)."""
10import aiocoap.cli.rd
12aiocoap.cli.rd.sync_main()