first commit

This commit is contained in:
2026-02-23 13:22:55 +03:00
commit ae9c89c765
11 changed files with 208 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