8 lines
274 B
Python
8 lines
274 B
Python
# ================================================================
|
|
# shared/notifications/__init__.py
|
|
# ================================================================
|
|
"""
|
|
Shared Notifications Module - Alert integration using existing notification service
|
|
"""
|
|
|
|
__all__ = [] |