Spaces:
Paused
Paused
File size: 80 Bytes
25acec1 |
1 2 3 4 5 6 |
.PHONY: format
format:
isort generate.py wan
yapf -i -r *.py generate.py wan
|