Initial commit
Build Ragnar anti spam bot / Build (push) Successful in 1m31s

This commit is contained in:
2024-11-27 02:59:42 +01:00
commit c48bf54dc1
20 changed files with 377 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
all: ensure_env format build install
format:
./.venv/bin/python -m pip install black
./.venv/bin/python -m black .
ensure_env:
-@python3 -m venv .venv
build:
./.venv/bin/python -m pip install build
./.venv/bin/python -m build .
install:
./.venv/bin/python -m pip install -e .
run:
python -m ragnar.run