diff options
Diffstat (limited to 'services/order-executor/src/order_executor/config.py')
| -rw-r--r-- | services/order-executor/src/order_executor/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/order-executor/src/order_executor/config.py b/services/order-executor/src/order_executor/config.py new file mode 100644 index 0000000..856045f --- /dev/null +++ b/services/order-executor/src/order_executor/config.py @@ -0,0 +1,6 @@ +"""Order Executor configuration.""" +from shared.config import Settings + + +class ExecutorConfig(Settings): + pass |
