Files
bakery-ia/shared/notifications/__init__.py

8 lines
274 B
Python
Raw Normal View History

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__ = []