7 lines
127 B
Python
7 lines
127 B
Python
"""
|
|
Event consumers for notification service
|
|
"""
|
|
from .po_event_consumer import POEventConsumer
|
|
|
|
__all__ = ["POEventConsumer"]
|