gmao/app_new/prevention/__init__.py
root ed6675b9d3
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Structure le suivi de la prévention et du DUERP
2026-08-14 21:43:13 +00:00

2 lines
62 B
Python

from .routes import prevention_bp
__all__ = ["prevention_bp"]