This commit is contained in:
2026-03-13 19:58:28 +03:00
commit c938609393
87 changed files with 230200 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt