Initial commit

This commit is contained in:
Jared Dillard
2025-05-16 00:40:07 -07:00
parent 9aea054794
commit 87209a0405
8 changed files with 487 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[flake8]
max-line-length = 88
extend-ignore = E203, W503
exclude =
.git,
__pycache__,
.venv,
venv,
.eggs,
*.egg,
build,
dist