Initial commit

This commit is contained in:
2022-01-16 20:15:40 -06:00
commit cb7825855e
13 changed files with 523 additions and 0 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
trim_trailing_whitespace = true