Coverage for src/pyrsslocal/xmlhelper/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2024-03-26 08:45 +0100

1""" 

2@file 

3@brief Shortcuts to xmlhelper 

4""" 

5 

6from .xmlfilewalk import xml_filter_iterator 

7from .html_parser_json import iterate_on_json, HTMLtoJSONParser