mirror of
https://github.com/Wan-Video/Wan2.2.git
synced 2026-01-27 10:22:46 +03:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
.PHONY: format
|
|
|
|
format:
|
|
isort generate.py wan
|
|
yapf -i -r *.py generate.py wan
|