__init__.py 102 B

123
  1. from .array import JSONArray, JSONDtype, make_data
  2. __all__ = ['JSONArray', 'JSONDtype', 'make_data']