5 lines
123 B
Python
5 lines
123 B
Python
from libretime_shared.config import BaseConfig, RabbitMQConfig
|
|
|
|
|
|
class Config(BaseConfig):
|
|
rabbitmq = RabbitMQConfig()
|