boris commited on
Commit
6f19a1f
1 Parent(s): d209547

feat: add Makefile

Browse files
Files changed (1) hide show
  1. Makefile +5 -0
Makefile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ .PHONY: style
2
+
3
+ style:
4
+ black .
5
+ isort .