Initial commit

This commit is contained in:
Dom
2026-03-05 01:20:14 +01:00
commit 2163e574c1
184 changed files with 354881 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
"""
API REST pour l'interface TIM.
Ce module fournit une API REST pour le workflow TIM incluant
l'affichage des codes proposés, les corrections, la validation,
et l'export d'audit.
"""
from pipeline_mco_pmsi.api.tim_api import app
__all__ = ["app"]