1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add get_help()

This commit is contained in:
Kelly Brazil
2022-01-19 18:44:26 -08:00
parent b4fffbb647
commit ce84c09d33

View File

@ -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)