"""Order Executor configuration.""" from shared.config import Settings class ExecutorConfig(Settings): pass