aboutsummaryrefslogtreecommitdiffstats
path: root/github3/packages/omnijson/__init__.py
blob: c10c328fc86be4de14a9776afed823cdca133cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-

from __future__ import absolute_import

from .core import loads, dumps, JSONError


__all__ = ('loads', 'dumps', 'JSONError')


__version__ = '0.1.2'
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'