from shared.config import Settings class CollectorConfig(Settings): symbols: list[str] = ["BTC/USDT"] timeframes: list[str] = ["1m"]