Coverage for aiocoap-fileserver: 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 file server 

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

8running from the source directory).""" 

9 

10import aiocoap.cli.fileserver 

11 

12aiocoap.cli.fileserver.FileServerProgram.sync_main()