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