Skip to content

Commit

Permalink
Expose JsonTypes and JsonObjTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolbrig committed Apr 28, 2021
1 parent c6dfd95 commit e7a9e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonasobj/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from jsonasobj._jsonobj import JsonObj, as_dict, as_list, as_json, as_json_obj, get, items, loads, load, setdefault, \
keys, items
keys, items, JsonTypes, JsonObjTypes
from jsonasobj.extendednamespace import ExtendedNamespace

__all__ = ['JsonObj', 'ExtendedNamespace', 'as_dict', 'as_list', 'as_json', 'as_json_obj', 'get', 'items',
'load', 'loads', 'setdefault', 'keys']
'load', 'loads', 'setdefault', 'keys', 'JsonTypes', 'JsonObjTypes']

0 comments on commit e7a9e46

Please sign in to comment.