mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-23 14:31:06 +00:00
6 lines
206 B
Python
6 lines
206 B
Python
"""
|
|
Cross-specification, implementation-agnostic JSON referencing.
|
|
"""
|
|
from referencing._core import Anchor, Registry, Resource, Specification
|
|
|
|
__all__ = ["Anchor", "Registry", "Resource", "Specification"]
|