Coverage for aiocoap-client: 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 client when 

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

8source directory).""" 

9 

10import aiocoap.cli.client 

11 

12aiocoap.cli.client.sync_main()