Coverage for aiocoap-fileserver: 100%
2 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-09-22 15:12 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2025-09-22 15:12 +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 file server when its entry
7points have not been installed (eg. when running from the source directory)."""
9import aiocoap.cli.fileserver
11aiocoap.cli.fileserver.FileServerProgram.sync_main()