chore: move python code to /scripts

This commit is contained in:
NateScarlet
2022-12-09 16:52:02 +08:00
parent df637aa453
commit ef9f9cd5e3
11 changed files with 17 additions and 10 deletions

View File

@@ -13,3 +13,7 @@ lint:
format:
$(PYTHON) -m black -t py38 .
.PHONY: test
test:
$(PYTHON) -m pytest