File size: 207 Bytes
d1ceb73 |
1 2 3 4 5 6 7 8 |
"""
Cross-specification, implementation-agnostic JSON referencing.
"""
from referencing._core import Anchor, Registry, Resource, Specification
__all__ = ["Anchor", "Registry", "Resource", "Specification"]
|