spdx_python_model.bindings

SPDX model bindings, one submodule per version.

Versions are not imported here, so importing one does not load the others.

 1# SPDX-FileType: SOURCE
 2# SPDX-License-Identifier: Apache-2.0
 3#
 4# Generated by generate-bindings at build time. DO NOT EDIT.
 5"""SPDX model bindings, one submodule per version.
 6
 7Versions are not imported here, so importing one does not load the others.
 8"""
 9
10# JSON-LD @context URL -> version submodule name, for lazy lookup by load().
11_CONTEXT_TABLE = {
12    "https://spdx.org/rdf/3.0.1/spdx-context.jsonld": "v3_0_1",
13}