summary report download code commit.

This commit is contained in:
2025-12-02 15:38:19 +05:30
parent d21daaa83f
commit 3cf258ba0d
8 changed files with 249 additions and 110 deletions

View File

@@ -9,4 +9,5 @@ class FileHandler:
def CHeckExistingOrCreateNewUploadFolder():
#Wheteher path exists
os.makedirs(FileHandler.UPLOAD_FOLDER, exist_ok=True)
return
return