adding encounters source

This commit is contained in:
evilchili
2024-02-17 17:08:12 -08:00
parent c3a58696c2
commit 6cb13889ab
2 changed files with 52 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/bash
SRC="rolltable/ tests/"
poetry run isort $SRC
poetry run autoflake $SRC
poetry run black $SRC