This commit is contained in:
2025-02-21 20:46:50 +01:00
commit 2e7aa9a37a
31 changed files with 1454 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: install debug
install:
python3 -m pip install -r requirements.txt
run:
python3 src/main.py
debug:
DEBUG=1
python3 src/main.py