blob: a9a17e973520b8112a1d1f8c3741c32a5ebe8899 [file]
# SPDX-FileCopyrightText: 2023 spdx contributors
#
# SPDX-License-Identifier: Apache-2.0
from license_expression import get_spdx_licensing
# this getter takes quite long so we only call it once in this singleton module
spdx_licensing = get_spdx_licensing()