Source code for metawards.extractors._extract_none
__all__ = ["extract_none"]
[docs]def extract_none(**kwargs):
"""This extractor extracts nothing - meaning that no output
will be written
"""
return []
__all__ = ["extract_none"]
[docs]def extract_none(**kwargs):
"""This extractor extracts nothing - meaning that no output
will be written
"""
return []