heroweb/poc/template_fixer.py

6 lines
142 B
Python
Raw Normal View History

2024-08-22 10:09:10 +00:00
from tools.templatefixer import new as templatefixer
# Example usage
fixer=templatefixer('ex1/in', 'ex1/out',dedupe_dir="files",reset=True)