Working state
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user