first commit

This commit is contained in:
2026-04-05 21:06:43 +07:00
commit 8a597f880f
28 changed files with 783 additions and 0 deletions

8
entrypoints/startup.sh Normal file
View File

@@ -0,0 +1,8 @@
set -e
echo "[+] Formatting and checking..."
echo
ruff check --fix
black .
python main.py