Initial commit

This commit is contained in:
2026-06-17 10:31:26 +02:00
commit 42684c2c65
18 changed files with 2203 additions and 0 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
charset = utf-8
# 4 space indentation
[*.py]
indent_size = 4