from apollo_utils.job.clients.base.config import BaseConfig class ApiConfig(BaseConfig): def __init__(self): self._load_attrs() super().__init__()