1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Add deterministic Python reference adapter

This commit is contained in:
Andraxion 2026-07-29 14:30:05 -04:00
parent e6523c0c00
commit 8956c5c5f5
7 changed files with 1156 additions and 0 deletions

View file

@ -0,0 +1,15 @@
"""Repository-owned reference adapters built on the public adapter SDK."""
from .python import (
PYTHON_ADAPTER_VERSION,
PYTHON_EXTRACTOR_VERSION,
PythonReferenceAdapter,
PythonUnsupportedFact,
)
__all__ = [
"PYTHON_ADAPTER_VERSION",
"PYTHON_EXTRACTOR_VERSION",
"PythonReferenceAdapter",
"PythonUnsupportedFact",
]