first commit

This commit is contained in:
2026-07-12 22:06:20 +03:00
commit 2cf89fc5e6
26 changed files with 1957 additions and 0 deletions

6
makefile Normal file
View File

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