🎉 init

This commit is contained in:
JMARyA 2022-08-23 02:26:24 +02:00
commit 7bf48daab5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 297 additions and 0 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
fmt:
black .
clean:
fd pycache -I -x rm -rv {}
restart:
docker-compose down
docker-compose build
docker-compose up -d