This commit is contained in:
Kenneth Reitz
2011-06-21 23:26:21 -04:00
parent fbcbac3c34
commit 61667e3ebd
10 changed files with 1686 additions and 145 deletions
+13
View File
@@ -0,0 +1,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'