Files
changedetection.io/changedetectionio/jinja2_custom/plugins/__init__.py

7 lines
122 B
Python

"""
Jinja2 custom filter plugins for changedetection.io
"""
from .regex import regex_replace
__all__ = ['regex_replace']