7 lines
138 B
Python
7 lines
138 B
Python
"""
|
|
Messaging service for training service
|
|
"""
|
|
|
|
from shared.messaging.rabbitmq import RabbitMQClient
|
|
from app.core.config import settings
|