Version 0.1.0

This commit is contained in:
Kylian Schmidt
2025-07-31 15:27:34 +02:00
parent c2943bbe7b
commit d111c5e8ee
54 changed files with 7288 additions and 100 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"flake8.args": [
"--max-line-length=120",
"--ignore=W293,E123,W503",
],
}