Add POI feature and imporve the overall backend implementation
This commit is contained in:
6
services/procurement/app/messaging/__init__.py
Normal file
6
services/procurement/app/messaging/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
Procurement messaging module
|
||||
"""
|
||||
from .event_publisher import ProcurementEventPublisher
|
||||
|
||||
__all__ = ["ProcurementEventPublisher"]
|
||||
Reference in New Issue
Block a user