Files
bakery-ia/services/training/app/services/messaging.py

7 lines
138 B
Python
Raw Normal View History

"""
Messaging service for training service
"""
from shared.messaging.rabbitmq import RabbitMQClient
from app.core.config import settings