mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-11-28 20:33:22 +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']
|