summaryrefslogtreecommitdiff
path: root/services/order-executor/src/order_executor/config.py
blob: 6542a310c17fde988a13560caac1b000a95e2a98 (plain)
1
2
3
4
5
6
7
"""Order Executor configuration."""

from shared.config import Settings


class ExecutorConfig(Settings):
    pass