# agent_v0/lea_ui/__main__.py """Permet le lancement via: python -m agent_v0.lea_ui""" from .launcher import main main()