""" 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"]