spdx_tools.common.spdx_licensing

1# SPDX-FileCopyrightText: 2023 spdx contributors
2#
3# SPDX-License-Identifier: Apache-2.0
4from license_expression import get_spdx_licensing
5
6# this getter takes quite long so we only call it once in this singleton module
7spdx_licensing = get_spdx_licensing()
spdx_licensing = <license_expression.Licensing object>