File: __init__.py

package info (click to toggle)
python-commentjson 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: python: 520; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
from .commentjson import dump
from .commentjson import dumps
from .commentjson import JSONLibraryException
from .commentjson import ParserException
from .commentjson import load
from .commentjson import loads