File: __init__.py

package info (click to toggle)
python-pyld 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 4,617; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
""" The PyLD module is used to process JSON-LD. """
from . import jsonld
from .context_resolver import ContextResolver

__all__ = ['jsonld', 'ContextResolver']