This commit is contained in:
Kenneth Reitz
2011-07-24 18:13:35 -04:00
parent 2e743c7784
commit 31eb8e2e51
8 changed files with 1657 additions and 0 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'