Files
qihuo/_legacy/pending_order_worker.py
T
dekun e5a586f903 Restructure into modules/ with single-process CTP and config/ layout.
Move business code under modules/, env template to config/, PM2 single qihuo process, and _legacy shims for old imports.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 14:42:16 +08:00

3 lines
138 B
Python

# Compatibility shim — use modules.trading.pending_order_worker
from modules.trading.pending_order_worker import * # noqa: F401,F403