Coverage for linuxpy/configfs.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-18 07:40 +0200
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-18 07:40 +0200
1#
2# This file is part of the linuxpy project
3#
4# Copyright (c) 2024 Tiago Coutinho
5# Distributed under the GPLv3 license. See LICENSE for more info.
7from pathlib import Path
9from linuxpy.types import Optional
11from .mounts import configfs
13CONFIGFS_PATH: Optional[Path] = configfs()