feat: First commit

This commit is contained in:
2025-11-06 14:11:45 +01:00
parent 2b0f9b9749
commit 903c529c0b
4 changed files with 130 additions and 0 deletions

5
pyrightconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"include": ["."],
"extraPaths": ["/home/matteo/Gitted/CTFd"],
"reportMissingImports": true
}