We cannot load submodels values from environment variables without having the submodel type annotations.
5 lines
139 B
Python
5 lines
139 B
Python
from libretime_shared.config import BaseConfig, RabbitMQConfig
|
|
|
|
|
|
class Config(BaseConfig):
|
|
rabbitmq: RabbitMQConfig = RabbitMQConfig()
|