Skip to content

Commit

Permalink
Export Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Feb 27, 2021
1 parent 719ee32 commit 58dee08
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jinsi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .__pkginfo__ import version as __version__
from .api import \
load_file, \
load_string, \
Expand All @@ -7,12 +8,11 @@
render_string, \
render1f, \
render1s
from .util import cached_method, cached_function
from .functions import Functions
from .jsonutil import loadjson, loadjson_all, dumpjson
from .util import cached_method, cached_function
from .yamlutil import loadyaml, loadyaml_all, dumpyaml

from .__pkginfo__ import version as __version__

__all__ = [
'load_file',
'load_string',
Expand All @@ -23,6 +23,8 @@
'render1f',
'render1s',

'Functions',

'loadjson',
'loadjson_all',
'dumpjson',
Expand Down

0 comments on commit 58dee08

Please sign in to comment.