diff --git a/jc/__init__.py b/jc/__init__.py index 7c9d7349..9b5b55f8 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -84,4 +84,5 @@ To get a list of all available parser module names, use `jc.parser_mod_list()`. For a list of plugin parser module names only, use the `jc.plugin_parser_mod_list()` function. """ -from .lib import __version__, parse, parser_mod_list, plugin_parser_mod_list +from .lib import (__version__, parse, parser_mod_list, + plugin_parser_mod_list, get_help)