Files
2026-04-03 15:53:00 +01:00

5 lines
153 B
Python

"""Backward-compat shim — re-exports HomeService from services.home.facade."""
from services.home.facade import HomeService
__all__ = ["HomeService"]