.PHONY: generate-all
generate-all:
	ls _scripts/*.py | xargs -n 1 -P 4 python
