mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
7 lines
206 B
Python
7 lines
206 B
Python
|
"""
|
||
|
Cross-specification, implementation-agnostic JSON referencing.
|
||
|
"""
|
||
|
from referencing._core import Anchor, Registry, Resource, Specification
|
||
|
|
||
|
__all__ = ["Anchor", "Registry", "Resource", "Specification"]
|