.PHONY: format

format:
	isort generate.py wan
	yapf -i -r *.py generate.py wan
