Working state

This commit is contained in:
2026-03-10 14:21:35 +01:00
parent cb7c358a93
commit 95f20eb8b7
5 changed files with 13 additions and 7 deletions
+4
View File
@@ -2,8 +2,12 @@ import os
import sys
import json
import ezodf
import re
from pathlib import Path
def natural_key(text):
return [int(c) if c.isdigit() else c.lower() for c in re.split(r'(\d+)', str(text))]
# Configuration
ODS_PATH = "/home/sebastien/Rust/gestion_classe/Staging/current_eval.ods"
TARGET_DIR_NAME = "A Rendre"