first commit

This commit is contained in:
2025-10-27 18:50:07 +03:00
commit 06bd3c6b77
11 changed files with 93 additions and 0 deletions

4
makefile Normal file
View File

@@ -0,0 +1,4 @@
VENV=source ./.venv/bin/activate;
.PHONY: run
run:
$(VENV) python run.py