Coverage for aiocoap-rd: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-02-12 11:18 +0000

1#!/usr/bin/env python3 

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

3# 

4# SPDX-License-Identifier: MIT 

5 

6"""This script can be used to access the aiocoap command line resource 

7directory when setup.py is not used to create an entry point for it (eg. when 

8running from the source directory).""" 

9 

10import aiocoap.cli.rd 

11 

12aiocoap.cli.rd.sync_main()