2025-08-21 20:28:14 +02:00
|
|
|
# ================================================================
|
|
|
|
|
# shared/notifications/__init__.py
|
|
|
|
|
# ================================================================
|
|
|
|
|
"""
|
|
|
|
|
Shared Notifications Module - Alert integration using existing notification service
|
|
|
|
|
"""
|
|
|
|
|
|
2025-08-22 15:31:52 +02:00
|
|
|
__all__ = []
|