mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-04 00:30:53 +00:00
7 lines
122 B
Python
7 lines
122 B
Python
"""
|
|
Jinja2 custom filter plugins for changedetection.io
|
|
"""
|
|
from .regex import regex_replace
|
|
|
|
__all__ = ['regex_replace']
|