gmao/app_new/cleaning/__init__.py
root 374e5e5a54
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Ajouter le module matériel et produits d'entretien
2026-08-21 14:13:00 +00:00

3 lines
59 B
Python

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