Track-A-FACE/ ├── backend/ # Moteur Python │ ├── engine.py # Calcul principal │ ├── sql.py # Base SQLite │ └── input_handler.py # Validation │ ├── TrackAFaceUI/ # Interface C# │ └── TrackAFaceWinForms ...