heroweb/poc/template_fixer.py
2024-08-22 12:09:10 +02:00

6 lines
142 B
Python

from tools.templatefixer import new as templatefixer
# Example usage
fixer=templatefixer('ex1/in', 'ex1/out',dedupe_dir="files",reset=True)