gmao/app_new/housing/__init__.py
root a296b9e013
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Gère les logements de fonction et leurs pièces
2026-08-14 21:23:33 +00:00

3 lines
57 B
Python

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