First commit from local working tree

This commit is contained in:
Trysdyn Black 2022-10-30 08:30:03 -07:00
parent 86775d02f6
commit 32f0d1de88
12 changed files with 832 additions and 2 deletions

4
pyproject.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.black]
line-length = 120
target-version = ['py310']
include = '\.pyw?$'