1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-12 15:13:05 +00:00
bazarr/libs/referencing/__init__.py

7 lines
206 B
Python
Raw Normal View History

"""
Cross-specification, implementation-agnostic JSON referencing.
"""
from referencing._core import Anchor, Registry, Resource, Specification
__all__ = ["Anchor", "Registry", "Resource", "Specification"]