Initial commit: set up project and dependencies

This commit is contained in:
Danielle McLean 2023-11-27 10:39:10 +11:00
commit dae3e49783
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
6 changed files with 438 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_size = 4
indent_style = tab