""" The PyLD module is used to process JSON-LD. """
from . import jsonld

__all__ = ['jsonld']
