logo_generator / Makefile
boris's picture
feat: add Makefile
6f19a1f
raw
history blame contribute delete
39 Bytes
.PHONY: style
style:
black .
isort .