7 lines
156 B
Python
7 lines
156 B
Python
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
"""Manage third party executables"""
|
|
|
|
from __future__ import annotations
|